adjust_column_width 属性
adjust_column_width 属性
返回或设置对象的 AdjustColumnWidth。
定义:
@property
def adjust_column_width(self):
...
@adjust_column_width.setter
def adjust_column_width(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 QueryTable
返回或设置对象的 AdjustColumnWidth。
@property
def adjust_column_width(self):
...
@adjust_column_width.setter
def adjust_column_width(self, value):
...