DataGridViewColumnCollection::CopyTo Method (array<DataGridViewColumn^>^, Int32)
.NET Framework (current version)
Copies the items from the collection to the given array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- array
-
Type:
array<System.Windows.Forms::DataGridViewColumn^>^
The destination DataGridViewColumn array.
- index
-
Type:
System::Int32
The index of the destination array at which to start copying.
.NET Framework
Available since 2.0
Available since 2.0
Show: