Aspose::Cells::Pivot::PivotAreaCollection::Add method
PivotAreaCollection::Add(const PivotArea&) method
Adds pivot area.
int32_t Aspose::Cells::Pivot::PivotAreaCollection::Add(const PivotArea &pivotArea)
Parameter | Type | Description |
---|---|---|
pivotArea | const PivotArea& | The pivot area. |
ReturnValue
See Also
- Class Vector
- Class PivotArea
- Class PivotAreaCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotAreaCollection::Add(const CellArea&) method
Adds an area based on pivot table view.
void Aspose::Cells::Pivot::PivotAreaCollection::Add(const CellArea &cellArea)
Parameter | Type | Description |
---|---|---|
cellArea | const CellArea& | The area based on pivot table view. |
See Also
- Class Vector
- Class CellArea
- Class PivotAreaCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++