Aspose::Cells::DataSorter::AddKey method
Contents
[
Hide
]DataSorter::AddKey(int32_t, SortOrder) method
Adds sorted column index and sort order.
void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order)
Parameter | Type | Description |
---|---|---|
key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, …) |
order | SortOrder | The sort order |
See Also
- Class Vector
- Enum SortOrder
- Class DataSorter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
DataSorter::AddKey(int32_t, SortOrder, const U16String&) method
Adds sorted column index and sort order with custom sort list.
void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order, const U16String &customList)
Parameter | Type | Description |
---|---|---|
key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, …) |
order | SortOrder | The sort order. |
customList | const U16String& | The custom sort list. |
See Also
- Class Vector
- Enum SortOrder
- Class U16String
- Class DataSorter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
DataSorter::AddKey(int32_t, SortOrder, const char16_t*) method
Adds sorted column index and sort order with custom sort list.
void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order, const char16_t *customList)
Parameter | Type | Description |
---|---|---|
key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, …) |
order | SortOrder | The sort order. |
customList | const char16_t* | The custom sort list. |
See Also
- Class Vector
- Enum SortOrder
- Class DataSorter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
DataSorter::AddKey(int32_t, SortOnType, SortOrder, const Aspose::Cells::Object&) method
Adds sorted column index and sort order with custom sort list.
void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOnType type, SortOrder order, const Aspose::Cells::Object &customList)
Parameter | Type | Description |
---|---|---|
key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, …) |
type | SortOnType | The sorted value type. |
order | SortOrder | The sort order. |
customList | const Aspose::Cells::Object& | The custom sort list. |
Remarks
If type is SortOnType.CellColor or SortOnType.FontColor, the customList is Color.
See Also
- Class Vector
- Enum SortOnType
- Enum SortOrder
- Class Object
- Class DataSorter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
DataSorter::AddKey(int32_t, SortOrder, const Vector <U16String>&) method
Adds sorted column index and sort order with custom sort list.
void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order, const Vector<U16String> &customList)
Parameter | Type | Description |
---|---|---|
key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, …) |
order | SortOrder | The sort order. |
customList | const Vector <U16String>& | The custom sort list. |
See Also
- Class Vector
- Enum SortOrder
- Class U16String
- Class DataSorter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++