DataGridViewCellCollection::CopyTo Method (array<DataGridViewCell^>^, Int32)
.NET Framework (current version)
Copies the entire collection of cells into an array at a specified location within the array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- array
-
Type:
array<System.Windows.Forms::DataGridViewCell^>^
The destination array to which the contents will be copied.
- index
-
Type:
System::Int32
The index of the element in array at which to start copying.
.NET Framework
Available since 2.0
Available since 2.0
Show: