ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / RemoveAt Method
The index of the C1BaseField to remove.

In This Topic
    RemoveAt Method (C1BaseFieldCollection)
    In This Topic
    Removes the C1BaseField object at the specified index from the C1BaseField collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The index of the C1BaseField to remove.
    See Also