Aspose::Cells::Pivot::PivotTable::GetChildren method
PivotTable::GetChildren method
Gets the Children PivotTables which use this PivotTable data as data source.
Deprecated
Use PivotTable.GetDependentPivotTables() method instead.
Vector<PivotTable> Aspose::Cells::Pivot::PivotTable::GetChildren()
ReturnValue
the PivotTable array object
Remarks
NOTE: This method is now obsolete. Instead, please use PivotTable.GetDependentPivotTables() method. This method will be removed 12 months later since April 2026. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Class Vector
- Class PivotTable
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++