DataSorterAddKey Method (Int32, SortOrder, String) |
Adds sorted column index and sort order with custom sort list.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic void AddKey(
int key,
SortOrder order,
string[] customList
)
Public Sub AddKey (
key As Integer,
order As SortOrder,
customList As String()
)
public:
void AddKey(
int key,
SortOrder order,
array<String^>^ customList
)
member AddKey :
key : int *
order : SortOrder *
customList : string[] -> unit
Parameters
- key
- Type: SystemInt32
The sorted column index(absolute position, column A is 0, B is 1, ...) - order
- Type: Aspose.CellsSortOrder
The sort order. - customList
- Type: SystemString
The custom sort list.
See Also