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

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

Parameters

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