XmlMap.Schemas Property

Definition

Returns an XmlSchemas collection that represents the schemas that the specified XmlMap object contains. Read-only.

public:
 property Microsoft::Office::Interop::Excel::XmlSchemas ^ Schemas { Microsoft::Office::Interop::Excel::XmlSchemas ^ get(); };
public Microsoft.Office.Interop.Excel.XmlSchemas Schemas { get; }
Public ReadOnly Property Schemas As XmlSchemas

Property Value

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.

Applies to