Return the Element object corresponding to the supplied Key
Property type
An Element object.
Syntax
[Set] object.Item(Key)
The Item property syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type Elements. |
Key | Required. A Variant value. A string or numeric representing the key or index of the required Element of the collection |