standard_width属性

standard_width属性

获取或设置工作表中的默认列宽(以字符为单位)。

定义:

@property
def standard_width(self):
    ...
@standard_width.setter
def standard_width(self, value):
    ...

也可以看看