IVariantAddable.Add Method (console safe)
Use this method on containers that Implement the IVariantAddable Interface to Add a item to the container.
Add(
item as Variant)
Parameters
- item
- The item to be added.
Remarks
See Also
IVariantAddable Interface