standard_width_pixels属性

standard_width_pixels属性

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

定义:

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

也可以看看