ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / Remove Method
The C1BaseField to remove.

In This Topic
    Remove Method (C1BaseFieldCollection)
    In This Topic
    Removes the specified C1BaseField object from the C1BaseFieldCollection collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As C1BaseField _
    ) 
    public void Remove( 
       C1BaseField value
    )

    Parameters

    value
    The C1BaseField to remove.
    See Also