DataControlFieldCollection::RemoveAt Method (Int32)

 

Removes the DataControlField object at the specified index from the DataControlFieldCollection collection.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The index of the DataControlField to remove.

.NET Framework
Available since 2.0
Return to top
Show: