Input for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / RemoveAt Method
The index of the Element to remove.

In This Topic
    RemoveAt Method (GridColumnCollection)
    In This Topic
    Removes the Element at the specified index from the list.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the Element to remove.
    See Also