VariableCollection.Item Method |
Gets the element at the specified index.
[VBScript] Public Function Item( _ ByVal index As Object _ ) As Variable
[JScript] public function Item( index : Object ) : Variable;
The element at the specified index.
VariableCollection Object | VariableCollection Members | HelpProducer Namespace