Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / RemoveRange Method

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

    Parameters

    index
    count
    See Also