ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / Add Method
The C1BaseField to append.

In This Topic
    Add Method (C1BaseFieldCollection)
    In This Topic
    Adds the specified C1BaseField object to the end of the C1BaseFieldCollection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal value As C1BaseField _
    ) 
    public void Add( 
       C1BaseField value
    )

    Parameters

    value
    The C1BaseField to append.
    See Also