Copies the items from the System.Web.UI.WebControls.TableRowCollection to the specified Array, starting with the specified index in the Array.
- 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.
Use this method to copy the contents of the System.Web.UI.WebControls.TableRowCollection into the specified Array, starting at the specified index.
The array parameter must be a zero-based Array.