ObjectCollectionByVariant.Add Method
Parent Object: ObjectCollectionByVariantDescription
Adds an object to the generic collection.
Syntax
ObjectCollectionByVariant.Add( StringIndex As String, Object As Object )Parameters
| Name | Type | Description |
| StringIndex | String | Input String that specifies the index key for the item. |
| Object | Object | Input Object to add to the collection. |
