ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumnCollection Class / RemoveAt Method
The zero-based index of the row to remove.

In This Topic
    RemoveAt Method (C1DataColumnCollection)
    In This Topic
    Removes the C1DataColumn at the specified index.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the row to remove.
    See Also