System.Web.UI.WebControls.DataControlFieldCollection.Insert Method

Inserts the specified System.Web.UI.WebControls.DataControlField object into the System.Web.UI.WebControls.DataControlFieldCollection collection at the specified index.

Syntax

public void Insert (int index, DataControlField field)

Parameters

index
The zero-based index at which the System.Web.UI.WebControls.DataControlField is inserted.
field
The System.Web.UI.WebControls.DataControlField to insert.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0