work_sheet_name property

work_sheet_name property

Gets or sets a worksheet name (if applicable).

Definition:

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

See Also