Inserts the specified C1Field derived column object into the collection at the specified index.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Insert(
	int index,
	C1Field col
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	col As C1Field _
)

Parameters

index
Type: System..::..Int32
The zero-based index at which col should be inserted.
col
Type: C1.Web.UI.Controls.C1GridView..::..C1Field
The C1Field derived column object to insert.

See Also