variables_worksheet_name property

variables_worksheet_name property

Gets and sets the name of the worksheet which contains variables smart marker.

Definition:

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

See Also