tab_color property

tab_color property

Represents worksheet tab color.

Remarks

This feature is only supported in ExcelXP(Excel2002) and later versions. If you save file as Excel97 or Excel2000 format, it will be omitted.

Definition:

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

See Also