get_row_height_pixel method

get_row_height_pixel(self, row)

Gets the height of a specified row in unit of pixel.

Returns

Height of row


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

See Also