Copies all the items from this System.Web.UI.WebControls.DetailsViewRowCollection object to the specified Array object, starting at the specified index in the Array.
- array
- A zero-based Array that receives the copied items from the System.Web.UI.WebControls.DetailsViewRowCollection.
- index
- The first index in the specified Array to receive the copied contents.
Use this method to copy the items in the System.Web.UI.WebControls.DetailsViewRowCollection object into the specified array, starting at the specified index. The array can then be used to access the items in the collection.
You must use a zero-based array for the array parameter.