Returns a member of the specified Collection object.
Syntax
object.Item (vtIndex)
Properties
The Item property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
tIndex |
An expression that specifies the position of a member of the collection. If a numeric expression, index must be a number from 1 to the value of the collection's Count property. |
Remarks
Item is a read-only property of type Object.