cell_style_id property

cell_style_id property

The Cell Style ID, 1 = title, 2 = header, 3 = data, 4 = table. Custom cell style ID’s are numbered starting at 101

Definition:

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

See Also