Worksheet.XmlMapQuery

Worksheet.XmlMapQuery method

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

public ArrayList XmlMapQuery(string path, XmlMap xmlMap)
ParameterTypeDescription
pathStringxml element path
xmlMapXmlMapSpecify an xml map if you want to query for the specific path within a specific map

Return Value

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

See Also