True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupedColumnCollection Class / RemoveAt Method
The zero-based index of the row to remove.

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

    Parameters

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