C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / MasterDetailRelationCollection Class / RemoveAt Method
The index of the MasterDetailRelation to remove.

In This Topic
RemoveAt Method (MasterDetailRelationCollection)
In This Topic
Removes the MasterDetailRelation object at the specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 

Parameters

index
The index of the MasterDetailRelation to remove.
See Also