WorksheetClass.XmlMapQuery Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function XmlMapQuery ( _
XPath As String, _
SelectionNamespaces As Object, _
Map As Object _
) As Range
'Usage
Dim instance As WorksheetClass
Dim XPath As String
Dim SelectionNamespaces As Object
Dim Map As Object
Dim returnValue As Range
returnValue = instance.XmlMapQuery(XPath, _
SelectionNamespaces, Map)
public virtual Range XmlMapQuery(
string XPath,
Object SelectionNamespaces,
Object Map
)
Parameters
- XPath
Type: System.String
- SelectionNamespaces
Type: System.Object
- Map
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Range
Implements
_Worksheet.XmlMapQuery(String, Object, Object)