Input for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / RemoveRange Method
Index of the first element to remove from the list.
Number of elements to remove.

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

    Parameters

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