Aspose::Cells::Pivot::PivotPageFields class

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

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also