Share via


Schemas Property [Excel 2003 VBA Language Reference]

Note  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.

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

expression.Schemas

expression Required. An expression that returns an XmlMap object.

Remarks

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 | XmlMap Object