[]
Represents the collection of ISortField objects.
public interface ISortFields
Public Interface ISortFields
| Name | Description |
|---|---|
| Count | Gets the number of sort fields in the collection. |
| this[int] | Gets a ISortField object that represents a collection of items that can be sorted in a workbook. |
| Name | Description |
|---|---|
| Add(IRange, SortOn, SortOrder, SortDataOption) | Creates a new sort field and returns an ISortField object. |
| Add(Reference, SortOn, SortOrder, SortDataOption) | Creates a new sort field and returns an ISortField object. |
| Add(int, SortOn, SortOrder, SortDataOption) | Creates a new sort field and returns an ISortField object. |
| Add(string, SortOn, SortOrder, SortDataOption) | Creates a new sort field and returns an ISortField object. |
| Clear() | Clears all the sort fields. |