column_width 属性
column_width 属性
返回或设置切片器中每列的宽度(以磅为单位)。
例子
slicer.column_width = 80
定义:
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...
返回或设置切片器中每列的宽度(以磅为单位)。
slicer.column_width = 80
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...