Class SortValue
Pairs a cell value with its original row or column index before sorting, enabling position tracking during sort operations.
Inheritance
System.Object
SortValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SortValue
Properties
Index
Gets the original position of this value before the sort was applied.
Declaration
public int Index { get; }
Property Value
|
System.Int32
The index of the value before sorting. |
Value
Gets the cell content being sorted.
Declaration
public object Value { get; }
Property Value
|
System.Object
The value. |