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