Class
SortValue

Pairs a cell value with its original row or column index before sorting, enabling position tracking during sort operations.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Sorting

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class SortValue

Inheritance: objectSortValue

Properties

Index

Gets the original position of this value before the sort was applied.

Declaration

cs-api-definition
public int Index { get; }

Property Value

int

The index of the value before sorting.

Value

Gets the cell content being sorted.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

The value.

In this article
DefinitionPropertiesIndexValue
Not finding the help you need?
Contact Support