DataControlFieldCollection.Insert Method (Int32, DataControlField)

 

Inserts the specified DataControlField object into the DataControlFieldCollection collection at the specified index.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

member Insert : 
        index:int *
        field:DataControlField -> unit

Parameters

index
Type: System.Int32

The zero-based index at which the DataControlField is inserted.

field
Type: System.Web.UI.WebControls.DataControlField

The DataControlField to insert.

Exception Condition
ArgumentOutOfRangeException

index is less than 0.

- or -

index is greater than Count.

.NET Framework
Available since 2.0
Return to top
Show: