ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ElementList Class / RemoveRange Method
Index of the first element to remove from the list.
Number of elements to remove.

In This Topic
    RemoveRange Method (ElementList)
    In This Topic
    Removes a range of elements from the list.
    Syntax
    'Declaration
     
    Public Overrides Sub RemoveRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public override void RemoveRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    Index of the first element to remove from the list.
    count
    Number of elements to remove.
    See Also