row_height property

row_height property

Sets or gets the height of rows in this range

Definition:

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

See Also