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

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

Syntax

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

Parameters

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

See Also