PivotTable.GetDependentPivotTables

PivotTable.GetDependentPivotTables method

Gets all PivotTables that use this PivotTable as their data source.

public PivotTable[] GetDependentPivotTables()

Remarks

Because pivot tables may depend on each other’s data, they must be refreshed in the correct order to ensure data consistency.

See Also