get_view_column_width_pixel method

get_view_column_width_pixel

Get the width in different view type.

Returns

the column width in unit of pixels

def get_view_column_width_pixel(self, column):
    ...
ParameterTypeDescription
columnintThe column index.

See Also