Aspose::Cells::Pivot::PivotField::SortBy method
Contents
[
Hide
]PivotField::SortBy(SortOrder, int32_t) method
Sorts this pivot field.
void Aspose::Cells::Pivot::PivotField::SortBy(SortOrder sortType, int32_t fieldSortedBy)
Parameter | Type | Description |
---|---|---|
sortType | SortOrder | The type of sorting this field. |
fieldSortedBy | int32_t | The index of pivot field sorted by. -1 means sorting by data labels of this field, others mean the index of data field sorted by. |
See Also
- Class Vector
- Enum SortOrder
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotField::SortBy(SortOrder, int32_t, PivotLineType, const U16String&) method
Sorts this pivot field.
void Aspose::Cells::Pivot::PivotField::SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const U16String &cellName)
Parameter | Type | Description |
---|---|---|
sortType | SortOrder | The type of sorting this field. |
fieldSortedBy | int32_t | The index of pivot field sorted by. -1 means sorting by data labels of this field, others mean the index of data field sorted by. |
dataType | PivotLineType | The type of data sorted by. |
cellName | const U16String& | Sort by values in the row or column |
See Also
- Class Vector
- Enum SortOrder
- Enum PivotLineType
- Class U16String
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotField::SortBy(SortOrder, int32_t, PivotLineType, const char16_t*) method
Sorts this pivot field.
void Aspose::Cells::Pivot::PivotField::SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const char16_t *cellName)
Parameter | Type | Description |
---|---|---|
sortType | SortOrder | The type of sorting this field. |
fieldSortedBy | int32_t | The index of pivot field sorted by. -1 means sorting by data labels of this field, others mean the index of data field sorted by. |
dataType | PivotLineType | The type of data sorted by. |
cellName | const char16_t* | Sort by values in the row or column |
See Also
- Class Vector
- Enum SortOrder
- Enum PivotLineType
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++