ComponentOne Basic Library for UWP
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 System.Integer, _
       ByVal to As System.Integer _
    ) As System.Boolean
    public System.bool RemoveRange( 
       System.int from,
       System.int to
    )

    Parameters

    from
    From element.
    to
    To element.
    See Also