get_row_height method

get_row_height

Returns the row height.

Returns

A double value that represents the height of the row.

def get_row_height(self, row_index):
    ...
Parameter Type Description
row_index int The zero-based index of the row.

See Also