Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / RemoveRange Method
From element.
To element.

In This Topic
    RemoveRange Method (C1OrderedSet)
    In This Topic
    Removes a range of elements.
    Syntax
    'Declaration
     
    
    Public Function RemoveRange( _
       ByVal from As Integer, _
       ByVal to As Integer _
    ) As Boolean
    public bool RemoveRange( 
       int from,
       int to
    )

    Parameters

    from
    From element.
    to
    To element.
    See Also