System.Web.UI.WebControls.TableRowCollection.CopyTo Method

Copies the items from the System.Web.UI.WebControls.TableRowCollection to the specified Array, starting with 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.WebControls.TableRowCollection.
index
The first position in the specified Array to receive copied contents.

Remarks

Use this method to copy the contents of the System.Web.UI.WebControls.TableRowCollection into the specified Array, starting at the specified index.

Note:

The array parameter must be a zero-based Array.

Requirements

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