Removes the specified item from the collection. | |
Syntax: | object.Remove Index |
Parameters: |
Optional Index As long
-
|
Description: | The intIndex argument can range from 0 to
Count-1. The GefExprListAnim collections support access by index number only. Example: Sub ExprListAnim_Remove() Dim oCimExprListAnim As
GefExprListAnim Set oCimExprListAnim =
CimGetObject.ExprListAnim oCimExprListAnim.Remove 0 End Sub |