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