ValidationRules.Item Property (Visio)
Returns the ValidationRule object that has the specified index position. The Item property is the default property for all collections. Read-only.
Version Information
Version Added: Visio 2010
Syntax
expression .Item(NameUOrIndex)
expression A variable that represents a ValidationRules object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
NameUOrIndex |
Required |
Variant |
The index number of the object in its collection. |
Return Value
ValidationRule
Remarks
When retrieving objects from a collection, you can omit Item from the expression because it is the default property for all collections. The following statement is equivalent to the syntax example given above:
objRet = object(index)