'Usage
Dim instance As GaugeRangeCollection Dim index As Integer instance.RemoveItem(index)
Parameters
- index
- The zero-based index of the element to remove.
'Usage
Dim instance As GaugeRangeCollection Dim index As Integer instance.RemoveItem(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |