New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class SortValue

Inheritance: objectSortValue

Properties

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

C#
public int Index { get; }
Property Value:

The index of the value before sorting.

Gets the cell content being sorted.

C#
public object Value { get; }
Property Value:

The value.

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