ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1DetailGridViewCollection Class / Add Method
The C1DetailGridView to append.

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

    Parameters

    value
    The C1DetailGridView to append.
    See Also