add_pivot_connection method

add_pivot_connection(self, pivot)

Adds PivotTable connection.


def add_pivot_connection(self, pivot):
    ...
ParameterTypeDescription
pivotaspose.cells.pivot.PivotTableThe PivotTable object

Example


slicer.add_pivot_connection(pivot)

See Also