Item method (Elements collection)
Returns an object specified by the Index parameter. This is the default method.
Syntax
Set
oElement = Elements
.Item
(Index
)where
oElement
– is the name of an Element object variableElements
– is the name of an Elements collection or an expression that evaluates to an Elements collection.Index
– is a parameter of the type Variant that specifies the element to be returned. The value of Index can be between 1 and Count, inclusive, or the name of an element.Provide Feedback