row_height property

row_height property

Returns or sets the height, in points, of each row in the specified slicer.

Example


slicer.row_height = 20.0

Definition:

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

See Also