[]
Gets a ISortField object that represents a collection of items that can be sorted in a workbook.
ISortField this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISortField
| Type | Name | Description |
|---|---|---|
| int | index | An integer value indicates the index of the ISortField object. |
| Type | Description |
|---|---|
| ISortField | An ISortField object that represents a collection of items that can be sorted in a workbook. |