xml_maps property

xml_maps property

Gets and sets the XML maps in the workbook.

Definition:

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

See Also