[]
Specifies the normal construct method.
public ValueSortField(IRange key, SortOrder order = SortOrder.Ascending)
Public Sub New(key As IRange, Optional order As SortOrder = 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)
Public Sub New(key As IRange, customValues As String)
Type | Name | Description |
---|---|---|
IRange | key | the column index |
string | customValues | custom list string |