ISortColumns Interface |
Namespace: Spire.Xls.Core
The ISortColumns type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Represents the field count.
|
|
|
Item |
Returns single item from the collection.
|
| Name | Description | |
|---|---|---|
|
|
Add(Int32, OrderBy) |
Adds a new column to be sorted with the specified key and order.
|
|
|
Add(Int32, SortComparsionType, OrderBy) |
Adds the SortField in the collection.
|
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
|
|
Remove(Int32) |
Removes the sortField in the collection with the Key.
|
|
|
Remove(SortColumn) |
Removes the sortField in the collection.
|