ISortCondition
Interface
Defines a condition for sorting rows or columns in a worksheet range, specifying which cell property to compare and how to order the results.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public interface ISortCondition
Derived Classes:
Methods
Properties
Gets the comparer that defines the ordering logic for this sort condition.
C#
IComparer<SortValue> Comparer { get; }
The comparer used for sorting.
Gets the zero-based offset within the sort range that identifies the row or column containing values to compare.
C#
int RelativeIndex { get; }
The index of the row or column that is key for sorting relative to the sorted range.