column_width_pixel property

column_width_pixel property

Gets or sets the width in unit of pixels for each column of the slicer.

Example


slicer.column_width_pixel = 120

Definition:

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

See Also