column_width property
column_width property
Gets or sets width of column.
Definition:
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...
Gets or sets width of column.
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...