XmlMap.Schemas Property
Excel Developer Reference |
Returns an XmlSchemas collection that represents the schemas that the specified XmlMap object contains. Read-only.
Syntax
expression.Schemas
expression A variable that represents a 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.
See Also