get_column_width_px method

get_column_width_px

Gets the width of the specified column in pixels.

Returns

The width of the column in pixels.

def get_column_width_px(self, column):
    ...
Parameter Type Description
column int The column index.

See Also