get_row_height_px method

get_row_height_px

Returns the height of the specified row in pixels.

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

Returns: int: The height of the row in pixels.

See Also