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