width_scalable property

width_scalable property

Indicates whether exporting column width in unit of scale to html. The default value is false.

Definition:

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

See Also