Click or drag to resize

IDataSort Interface

Represents the sort of range.

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

The IDataSort type exposes the following members.

Properties
Name Description
Public property IsCaseSensitive
Indicates whether to perform case sensitive sort.
Public property IsIncludeTitle
Indicates whether the range has header.
Public property Orientation
Represents the sort orientation.
Public property SortColumns
Represents the SortFields Collection.
Top
Methods
Name Description
Public method Sort
Sorts the range based on the sort fields.
Top
See Also