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

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

Parameters

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