DataPagerFieldCollection.Insert Method (Int32, DataPagerField)

 

Inserts the specified DataPagerField object into the DataPagerFieldCollection collection at the specified index.

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

Public Sub Insert (
	index As Integer,
	field As DataPagerField
)

Parameters

index
Type: System.Int32

The zero-based index at which the DataPagerField object will be inserted.

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

The object to insert.

.NET Framework
Available since 3.5
Return to top
Show: