column_width property

column_width property

Sets or gets the column width of this range

Definition:

@property
def column_width(self):
    ...
@column_width.setter
def column_width(self, value):
    ...

See Also