width_scalable 属性
width_scalable 属性
指示在将文件导出为 html 时是否使用可伸缩单位来描述列宽。 默认值为假。
定义:
@property
def width_scalable(self):
...
@width_scalable.setter
def width_scalable(self, value):
...
指示在将文件导出为 html 时是否使用可伸缩单位来描述列宽。 默认值为假。
@property
def width_scalable(self):
...
@width_scalable.setter
def width_scalable(self, value):
...