C1.Web.Wijmo.Controls.45 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 _
) 
 

Parameters

value
The C1DetailGridView to append.
See Also