XmlSchemas Interface

Represents the collection of XmlSchema objects contained by an XmlMap object.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002447A-0000-0000-C000-000000000046")> _
Public Interface XmlSchemas _
    Inherits IEnumerable
'Usage
Dim instance As XmlSchemas
[InterfaceTypeAttribute()]
[GuidAttribute("0002447A-0000-0000-C000-000000000046")]
public interface XmlSchemas : 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 Schemas property of the XmlMap object to return the XmlSchemas collection.

Use the Item property to return an XmlSchema object from the XmlSchemas collection.

See Also

Reference

XmlSchemas Members

Microsoft.Office.Interop.Excel Namespace