sheet_tab_bar_width property

sheet_tab_bar_width property

Width of worksheet tab bar (in 1/1000 of window width).

Definition:

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

See Also