VB6 Item - Primitive Collection Class
In This Topic
Public Property Item(ByVal Index As Long) As CLASSTYPE
|
|
Property |
Description |
|
|
|
Property Name |
item |
|
|
|
Description |
Gets an item from the collection given its index (1 based index) |
|
|
|
Remarks |
Throws an exception if the index is out of range
|
|