Interface ISortCondition
Represents a sort condition.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface ISortCondition
Properties
Comparer
Gets the comparer used for sorting.
Declaration
IComparer<SortValue> Comparer { get; }
Property Value
System. The comparer used for sorting. |
RelativeIndex
Gets the index of the row or column that is key for sorting relative to the sorted range.
Declaration
int RelativeIndex { get; }
Property Value
System. The index of the row or column that is key for sorting relative to the sorted range. |
Methods
GetValue(Cells, Int32, Int32)
Gets the value.
Declaration
object GetValue(Cells cells, int rowIndex, int columnIndex)
Parameters
Cells
cells
The cells. |
System. The row index. |
System. The column index. |
Returns
System. The value of the specified cell. |