column_width 属性
column_width 属性
设置或获取该范围的列宽
定义:
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Range
设置或获取该范围的列宽
@property
def column_width(self):
...
@column_width.setter
def column_width(self, value):
...