Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / GaugeRangeCollection Class / RemoveItem Method
The index.

In This Topic
    RemoveItem Method
    In This Topic
    Removes the range.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

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