set_row_height method

set_row_height(self, row, height)

Sets the height of the specified row.


def set_row_height(self, row, height):
    ...
ParameterTypeDescription
rowintRow index.
heightfloatHeight of row.In unit of point It should be between 0 and 409.5.

See Also