XmlSchemas Object

Excel Developer Reference

Represents the collection of XmlSchema objects contained by an XmlMap object.

Remarks

Use the Schemas property of the XmlMap object to return the XmlSchemas collection.

Use the Item method to return an XmlSchema object from the XmlSchemas collection.

See Also