ValuesSortCondition
Class
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:
C#
public sealed class ValuesSortCondition : OrderedSortConditionBase<ICellValue>, ISortCondition
Inheritance: objectSortConditionBase<ICellValue>OrderedSortConditionBase<ICellValue>ValuesSortCondition
Implements:
Inherited Members
Constructors
Initializes a new sort condition that orders by cell values in the specified direction.
Properties
Gets the comparer that orders cell values in ascending or descending sequence.
C#
public override IComparer<SortValue> Comparer { get; }
The comparer used for sorting.
Overrides:
Gets the cell property definition that identifies the cell value used for sorting.
C#
protected override IPropertyDefinition<ICellValue> PropertyDefinition { get; }
The property definition of the property which is used for sorting.
Overrides: