standard_width_inch属性

standard_width_inch属性

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

定义:

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

也可以看看