The Structures collection object has the following methods:
Structures Collection Methods
Name |
Parameter |
Return Type |
Description |
| Add |
Variant vaWhat |
Object |
Adds a structure object to the collection and returns the new object. |
| Remove |
Variant vaIndex |
Boolean |
Remove the Structure object indexed by vaIndex. The meaning of vaIndex is the same as with the Item property. |
| Insert |
Variant vaIndex Variant vaWhat |
Object |
Inserts a new structure object in the collection and returns the new object. |