Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / GaugeRangeCollection Class / InsertItem Method
The index to be inserted.
The range to be inserted.

In This Topic
    InsertItem Method
    In This Topic
    Inserts the range in the collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal range As GaugeRange _
    ) 
    protected override void InsertItem( 
       int index,
       GaugeRange range
    )

    Parameters

    index
    The index to be inserted.
    range
    The range to be inserted.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    See Also