Removes the series with a particular name or at a particular index in the collection. | |
Syntax: | object.Remove IndexOrName |
Parameters: |
Optional IndexOrName As VARIANT - Specifies the index or name of the
item you desire. It must be either a number from 0 to Count - 1 or an existing series
name.
|
Description: | CimSeriesList.Remove removes a series. When a name is speficied as the argument, the series that matches the specified name argument is removed. When an index is specified as the argument, the series at the location specified by the index argument is removed. When the argument is omitted, the first series is removed. |