Click or drag to resize
GridTableViewCollectionCopyTo Method

Copies the GridTableViewCollection values to a one-dimensional Array instance at the specified index.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void CopyTo(
	GridTableView[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsGridTableView
index
Type: SystemInt32
Exceptions
ExceptionCondition
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.

ArgumentNullExceptionarray is .
ArgumentOutOfRangeExceptionarray is less than array"s lowbound.
See Also