cell_style_type property

cell_style_type property

Cell style type: Cell = 1, Row = 2, Column = 3, Formatted table data = 4, Table = 5

Definition:

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

See Also