_Application.DisplayXMLSourcePane Method
Opens the XML Source task pane and displays the XML map specified by the XmlMap argument.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub DisplayXMLSourcePane ( _
XmlMap As Object _
)
'Usage
Dim instance As _Application
Dim XmlMap As Object
instance.DisplayXMLSourcePane(XmlMap)
void DisplayXMLSourcePane(
Object XmlMap
)
Parameters
XmlMap
Type: System.ObjectOptional XmlMap object. The XML map to display in the task pane.
Remarks
XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.