Click or drag to resize

ISortedRule Interface

Defines a contract for a rule that can be sorted.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ISortedRule

The ISortedRule type exposes the following members.

Properties
Name Description
Public property Range
Range object to sort.
Top
Methods
Name Description
Public method SortDate
Sorts the Date type values with the specified column.
Public method SortDateDesc
Sorts the Datea type values in Descending order with the specified column.
Public method SortFloat
Sorts the Float values with the specified column.
Public method SortFloatDesc
Sorts the Float type values in Descending order with the specified column.
Public method SortInt
Sorts the integer type data with the specified column index.
Public method SortIntDesc
Sorts the Integer type values in Descending order with the specified column.
Public method SortOnTypes
Sorts the based on the types with the specified column.
Public method SortString
Sorts the string type values with the specified column.
Public method SortStringDesc
Sorts the string type values in Descending order with the specified column.
Top
See Also