C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / MasterDetailRelationCollection Class / Insert Method
The zero-based index at which the MasterDetailRelation is inserted.
The MasterDetailRelation to insert.

In This Topic
Insert Method (MasterDetailRelationCollection)
In This Topic
Inserts the specified MasterDetailRelation object into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As MasterDetailRelation _
) 
 

Parameters

index
The zero-based index at which the MasterDetailRelation is inserted.
value
The MasterDetailRelation to insert.
See Also