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)

Usage

Public Class mlSchemasImplementation
    Implements XmlSchemas
End Class
Dim mlSchemasImplementation1 As New mlSchemasImplementation()

Syntax

Public Interface XmlSchemas
public interface XmlSchemas
public interface class XmlSchemas
public interface XmlSchemas
public interface XmlSchemas

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

XmlSchemas Members