get_row_height method

get_row_height

Gets the height of the specified row in points.

Returns

The height of the row in points.

def get_row_height(self, row):
    ...
Parameter Type Description
row int The row index.

See Also