get_row_height method

get_row_height

Gets the height of a specified row, in unit of points.

Returns

Height of row

def get_row_height(self, row):
    ...
ParameterTypeDescription
rowintRow index

get_row_height

Gets original row’s height.

Returns

def get_row_height(self, row, is_original, unit_type):
    ...
ParameterTypeDescription
rowintThe row index.
is_originalbool
unit_typeCellsUnitType

See Also