| CoreClasses REALbasic Plugin |
|
VariantCollection.Remove Method
Use this method to add remove variant from the collection by a given index.
Remove(
Index as Integer)
Parameters
- Index
- The index of the object to remove.
Remarks
The index is zero based which means the first element is number 0.
See Also
VariantCollection Class