column_width property

column_width property

Returns or sets the width, in points, of each column in the slicer.

Example


slicer.column_width = 80.0

Definition:

@property
def column_width(self):
    ...
@column_width.setter
def column_width(self, value):
    ...

See Also