DetailsViewRowCollection.CopyTo Method
.NET Framework 3.0
Copies all the items from this DetailsViewRowCollection object to the specified Array object, starting at the specified index in the Array.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void CopyTo ( DetailsViewRow[] array, int index )
public function CopyTo ( array : DetailsViewRow[], index : int )
Not applicable.
Parameters
- array
A zero-based Array that receives the copied items from the DetailsViewRowCollection.
- index
The first index in the specified Array to receive the copied contents.
Community Additions
ADD
Show:
Note: