ClassSortValue
Class
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
The index of the value before sorting.