Share via


_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

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.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace