RemoveAt Method (ChartAlarmZonesCollection)
In This Topic
Remove the alarm zone at the specific index.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The index of the alarm zone to remove.
See Also