'Declaration
Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal range As GaugeRange _ )
'Usage
Dim instance As GaugeRangeCollection Dim index As Integer Dim range As GaugeRange instance.InsertItem(index, range)
protected override void InsertItem( int index, GaugeRange range )
Parameters
- index
- The zero-based index at which item should be inserted.
- range
- The range to be inserted.