System.Web.UI.HtmlControls.HtmlTableRowCollection.CopyTo Method

Copies the items from the System.Web.UI.HtmlControls.HtmlTableRowCollection collection to the specified Array object, starting at the specified index in the array.

Syntax

public void CopyTo (Array array, int index)

Parameters

array
A zero-based Array that receives the copied items from the System.Web.UI.HtmlControls.HtmlTableRowCollection.
index
The first index in the specified array to receive the items.

Remarks

Use this method to copy the contents of the System.Web.UI.HtmlControls.HtmlTableRowCollection collection into the specified Array object, starting at the specified index in the array.

Note:

The array parameter must be a zero-based Array.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0