XmlMaps Interface

Represents the collection of XmlMap objects that have been added to a workbook.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002447C-0000-0000-C000-000000000046")> _
Public Interface XmlMaps _
    Inherits IEnumerable
'Usage
Dim instance As XmlMaps
[InterfaceTypeAttribute()]
[GuidAttribute("0002447C-0000-0000-C000-000000000046")]
public interface XmlMaps : IEnumerable

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.

Use the Add method to add an XML map to a workbook.

See Also

Reference

XmlMaps Members

Microsoft.Office.Interop.Excel Namespace