CellWidthType module

class CellWidthType.CellWidthType(value)

Bases: Enum

Specifies preferred width type

Auto = 1
Percentage = 2
Point = 3