column_range property

column_range property

Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only.

Definition:

@property
def column_range(self):
    ...

See Also