ClassValuesSortCondition
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:
cs-api-definition
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.
PropertyDefinition
Gets the cell property definition that identifies the cell value used for sorting.
Declaration
cs-api-definition
protected override IPropertyDefinition<ICellValue> PropertyDefinition { get; }
Property Value
IPropertyDefinition<ICellValue>
The property definition of the property which is used for sorting.
Overrides