| GridTableViewCollectionCopyTo Method |
Copies the GridTableViewCollection values to a one-dimensional Array instance at the specified index.
Namespace: Kettic.AspNet.Controls
| Exception | Condition |
|---|---|
| ArgumentException | array is multidimensional. -or- The number of elements in the GridTableViewCollection is greater than the available space between array and the end of array. |
| ArgumentNullException | array is . |
| ArgumentOutOfRangeException | array is less than array"s lowbound. |