Aspose::Cells::Pivot::PivotAreaCollection::Add method

PivotAreaCollection::Add(const PivotArea&) method

Adds pivot area.

Deprecated

Use PivotAreaCollection.AddPivotArea(PivotArea) method instead.

int32_t Aspose::Cells::Pivot::PivotAreaCollection::Add(const PivotArea &pivotArea)
ParameterTypeDescription
pivotAreaconst PivotArea&The pivot area.

ReturnValue

Remarks

NOTE: This member is now obsolete. Instead, please use AddPivotArea() method. This method will be removed 6 months later since December 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also

PivotAreaCollection::Add(const CellArea&) method

Adds an area based on pivot table view.

void Aspose::Cells::Pivot::PivotAreaCollection::Add(const CellArea &cellArea)
ParameterTypeDescription
cellAreaconst CellArea&The area based on pivot table view.

See Also