VB6 Add - Primitive Collection Class
In This Topic
Public Sub Add(ByVal Value As CLASSTYPE)
|
|
Property |
Description |
|
|
|
Property Name |
Add |
|
|
|
Argument - Value |
The object to add to the collection |
|
|
|
Description |
Adds an item to the collection |
|
|
|
Remarks |
The new item is added to the end of the collection
|
|