[]
Represent an object contains all the sort information.
public sealed class SortFieldInfo
Public NotInheritable Class SortFieldInfo
| Name | Description |
|---|---|
| SortFieldInfo() | Initializes a new instance of the SortFieldInfo class. |
| SortFieldInfo(IWorksheet, int) |
| Name | Description |
|---|---|
| DataOption | Gets or sets the data option indicating how to sort text in the range specified in SortField object. |
| Key | Gets the range that is currently being sorted on. |
| Order | Gets or sets the sort order for the values specified in the key. |
| SortOn | Gets or sets what attribute of the cell to sort on. |
| SortOnValue | Gets the value on which the sort is performed for the specified ISortField object. |