Aspose::Cells::Slicers::Slicer::AddPivotConnection method
Slicer::AddPivotConnection method
Adds PivotTable connection.
void Aspose::Cells::Slicers::Slicer::AddPivotConnection(const PivotTable &pivot)
Parameter | Type | Description |
---|---|---|
pivot | const PivotTable& | The PivotTable object |
Examples
slicer.AddPivotConnection(pivotTable);
See Also
- Class Vector
- Class PivotTable
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++