sheet_name_as_element_name property

sheet_name_as_element_name property

Indicates whether exporting sheet’s name as the name of the element.

Definition:

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

See Also