Click or drag to resize

ISortColumns Interface

Defines a contract for sorting columns in a data structure, such as a table or a grid.

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

The ISortColumns type exposes the following members.

Properties
Name Description
Public property Count
Represents the field count.
Public property Item
Returns single item from the collection.
Top
Methods
Name Description
Public method Add(Int32, OrderBy)
Adds a new column to be sorted with the specified key and order.
Public method Add(Int32, SortComparsionType, OrderBy)
Adds the SortField in the collection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method Remove(Int32)
Removes the sortField in the collection with the Key.
Public method Remove(SortColumn)
Removes the sortField in the collection.
Top
See Also