_Workbook.XmlMaps Property

Returns an XmlMaps collection that represents the schema maps that have been added to the specified workbook. Read-only.

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

Syntax

'Declaration
ReadOnly Property XmlMaps As XmlMaps
    Get
'Usage
Dim instance As _Workbook
Dim value As XmlMaps

value = instance.XmlMaps
XmlMaps XmlMaps { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XmlMaps

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

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace