Aspose::Cells::Pivot::PivotPageFields class
Contents
[
Hide
]PivotPageFields class
Represents the pivot page field items if the pivot table data source is consolidation ranges. It only can contain up to 4 fields.
class PivotPageFields
Methods
Method | Description |
---|---|
AddIdentify(int32_t rangeIndex, const Vector <int32_t>& pageItemIndex) | Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first. |
AddPageField(const Vector <U16String>& pageItems) | Adds a page field. |
GetPageFieldCount() | Gets the number of page fields. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PivotPageFields& src) | operator= |
PivotPageFields() | Represents the pivot page field items. |
PivotPageFields(PivotPageFields_Impl* impl) | Constructs from an implementation object. |
PivotPageFields(const PivotPageFields& src) | Copy constructor. |
~PivotPageFields() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++