width_scalable属性
width_scalable属性
指示是否将以比例为单位的列宽导出到 html。 默认值为 false。
定义:
@property
def width_scalable(self):
...
@width_scalable.setter
def width_scalable(self, value):
...
指示是否将以比例为单位的列宽导出到 html。 默认值为 false。
@property
def width_scalable(self):
...
@width_scalable.setter
def width_scalable(self, value):
...