column_width_pixel property
column_width_pixel property
Gets or sets the width of each column in the slicer, in unit of pixels.
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
- module
aspose.cells.slicers
- class
Slicer