[]
Specifies the normal construct method.
public ValueSortField(IRange key, SortOrder order = SortOrder.Ascending)
| Type | Name | Description |
|---|---|---|
| IRange | key | The column index. |
| SortOrder | order | The sort order. |
Specifies the custom sort construct method.
public ValueSortField(IRange key, string customValues)
| Type | Name | Description |
|---|---|---|
| IRange | key | the column index |
| string | customValues | custom list string |