xml_map_query method

xml_map_query(self, path, xml_map)

Query cell areas that mapped/linked to the specific path of xml map.

Returns

CellArea list that mapped/linked to the specific path of xml map, an empty list is returned if nothing is mapped/linked.


def xml_map_query(self, path, xml_map):
    ...
ParameterTypeDescription
pathSystem.Stringxml element path
xml_mapaspose.cells.XmlMapSpecify an xml map if you want to query for the specific path within a specific map

Remarks

NOTE: This method is now obsolete. Instead, please use Worksheet.GetAreasOfXmlMapQuery() method. This property will be removed 12 months later since August 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also