[VB.NET]Public Item(Index As Integer) As String
[C#]Public string Item( int Index );
Specifies the index of the string to return. The index must lie in int the range [1, BSTRCollection.Count ], otherwise an error occurs.
Read only.
..
<< BSTRCollection