Click or drag to resize

ISortColumn Interface

Defines a contract for a column that can be used in sorting operations.

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

The ISortColumn type exposes the following members.

Properties
Name Description
Public property Color
Represents the color to sort. Throws exception when SortOn type is Values.
Public property ComparsionType
Represents the sort by in the range.
Public property Key
Represents the column to be sorted on.
Public property Order
Represents the sort order.
Top
Methods
Name Description
Public method SetLevel
Sets sorting priority.
Top
See Also