get_column_width_px method

get_column_width_px

Returns the width of the specified column in pixels.

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

Returns: int: The width of the column in pixels.

See Also