ValidationRuleSets.Item property (Visio)
Returns the ValidationRuleSet object that has the specified universal name or index position. Read-only.
Syntax
expression.Item (NameUIDOrIndex)
expression A variable that represents a ValidationRuleSets object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
NameUOrIndex | Required | Variant | The universal name of the object, or the index number of the object in its collection. |
Return value
ValidationRuleSet
Remarks
When retrieving objects from a collection, you can omit Item from the expression because it is the default property for all collections.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.