get_row_height_px method

get_row_height_px

Gets the height of the specified row in pixels.

Returns

The height of the row in pixels.

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

See Also