set_column_width_inch method

set_column_width_inch(self, column, inches)

Sets column width in unit of inches in normal view.


def set_column_width_inch(self, column, inches):
    ...
ParameterTypeDescription
columnintColumn index.
inchesfloatNumber of inches.

See Also