Remove Method
Description
Removes the specified system counter from the System Counters list.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal PositionOrName As Variant _
) 
Parameters
PositionOrName
The name or position of the SystemCounter item you want to remove.  Position values begin with 1. 
Example
See Also