Aspose::Cells::Pivot::PivotFieldSortSetting class
Contents
[
Hide
]PivotFieldSortSetting class
Represents the setting of sorting pivot fields.
class PivotFieldSortSetting
Methods
| Method | Description |
|---|---|
| GetCell() | Sorts by the values in which row or column. |
| GetFieldIndex() | Represents the index of the field sorted by. -1 means sorting the PivotField by the labels,others means sorting by the data field. |
| GetLineTypeSortedBy() | The pivot line type sorted by. |
| GetSortType() | Represents the SortOrder. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| IsSimpleSort() | Indicates whether a simple data sort operation will be applied. |
| IsSortByLabels() | Indicates whether sorting the field by itself or data field. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotFieldSortSetting& src) | operator= |
| PivotFieldSortSetting(PivotFieldSortSetting_Impl* impl) | Constructs from an implementation object. |
| PivotFieldSortSetting(const PivotFieldSortSetting& src) | Copy constructor. |
| ~PivotFieldSortSetting() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++