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

PivotAreaCollection::Add(const PivotArea&) method

Adds pivot area.

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

ReturnValue

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