ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    ) 
    public void Insert( 
       System.int index,
       MasterDetailRelation value
    )

    Parameters

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