Copies the items from the System.Web.UI.HtmlControls.HtmlTableCellCollection collection to the specified Array, beginning with the specified index in the Array.
- array
A zero-based Array that receives the copied items from the System.Web.UI.HtmlControls.HtmlTableCellCollection.
- index
The first index in the specified Array to receive the items.
Use this method to copy the contents of the System.Web.UI.HtmlControls.HtmlTableCellCollection collection into the specified Array, starting at the specified index of the array.
The array parameter must be a zero-based Array.