ClassValuesSortCondition
Sort condition that orders rows or columns by cell values, comparing numbers, text, dates, and other data types.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public sealed class ValuesSortCondition : OrderedSortConditionBase<ICellValue>, ISortCondition
Inheritance: objectSortConditionBase<ICellValue>OrderedSortConditionBase<ICellValue>ValuesSortCondition
Implements:
Inherited Members
Constructors
ValuesSortCondition(int, SortOrder)
Initializes a new sort condition that orders by cell values in the specified direction.
Properties
Comparer
Gets the comparer that orders cell values in ascending or descending sequence.
Declaration
public override IComparer<SortValue> Comparer { get; }
Property Value
IComparer<SortValue>
The comparer used for sorting.
Overrides
PropertyDefinition
Gets the cell property definition that identifies the cell value used for sorting.
Declaration
protected override IPropertyDefinition<ICellValue> PropertyDefinition { get; }
Property Value
IPropertyDefinition<ICellValue>
The property definition of the property which is used for sorting.
Overrides