get_dependent_pivot_tables method

get_dependent_pivot_tables(self)

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

Returns


def get_dependent_pivot_tables(self):
    ...

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