BSTRCollection.Item Property

Returns the string at the specified position.
Syntax:
Public Item(Index As Long) As String
Parameter Description
Index

Specifies the index of the string to return. The index must lie in int the range [1, BSTRCollection.Count ], otherwise an error occurs.

Limitations:

Read only.

Example:

..

..
See also: BSTRCollection, BSTRCollection.Count, BSTRCollection.FindItem

<< BSTRCollection