set_fixed_width
Description:
Sets the fixed width of the column.
If fixed_width
is -1, the fixed width of the column is unset.
Setting a fixed width overrides the automatically calculated width. Interactive resizing also sets the “fixed-width” property.
Parameters:
this |
a column |
fixed_width |
the new fixed width, or -1 |