PivotArea constructor

__init__(self, table)

Presents the selected area of the PivotTable.


def __init__(self, table):
    ...
ParameterTypeDescription
tableaspose.cells.pivot.PivotTable

See Also