width_pixel property
width_pixel property
Returns or sets the width of the specified slicer, in pixels.
Example
slicer.width_pixel = 120
Definition:
@property
def width_pixel(self):
...
@width_pixel.setter
def width_pixel(self, value):
...
See Also
- module
aspose.cells.slicers
- class
Slicer