XmlMap.Schemas Property
Returns an XmlSchemas collection that represents the schemas that the specified XmlMap object contains. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Schemas As XmlSchemas
Get
'Usage
Dim instance As XmlMap
Dim value As XmlSchemas
value = instance.Schemas
XmlSchemas Schemas { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.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.
The first item in the returned XmlSchemas collection is the schema that is used as the root element of the specified XML schema map.