column_width属性
column_width属性
设置或获取此范围的列宽
定义:
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...
设置或获取此范围的列宽
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...