set_column_width method

set_column_width

Sets the width of the specified column in normal view.

def set_column_width(self, column, width):
    ...
ParameterTypeDescription
columnintColumn index.
widthfloatWidth of column.Column width must be between 0 and 255.

Remarks

To hide a column, sets column width to zero.

See Also