Remove Method
Syntax
Object.Remove (Item)
Applies To
Purpose
Removes the specified item from the collection.
Parameters
Item As Variant
The name of the object or the index of the object in the collection. The index of the object is one-based.
Example
'Remove third plot from the graph
CWGraph3D1.Plots.Remove 3