tab_id property

tab_id property

Specifies the internal identifier for the sheet.

Definition:

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

See Also