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