XmlSchema Interface
Represents an XML schema contained by an XmlMap object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("00024479-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface XmlSchema
'Usage
Dim instance As XmlSchema
[GuidAttribute("00024479-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface XmlSchema
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 Item property to return an XmlSchema object from the XmlSchemas collection.
Use the Namespace property to return the target namespace for a schema.
Use the XML property to return the XML contents of a schema.