DataGridViewCellCollection.CopyTo(DataGridViewCell[], Int32) Methode

Definition

Kopiert die gesamte Auflistung der Zellen in ein Array an einer angegebenen Position im Array.

public:
 void CopyTo(cli::array <System::Windows::Forms::DataGridViewCell ^> ^ array, int index);
public void CopyTo (System.Windows.Forms.DataGridViewCell[] array, int index);
override this.CopyTo : System.Windows.Forms.DataGridViewCell[] * int -> unit
Public Sub CopyTo (array As DataGridViewCell(), index As Integer)

Parameter

array
DataGridViewCell[]

Das Zielarray, in das der Inhalt kopiert wird.

index
Int32

Der Index des Elements im array, an dem der Startvorgang beginnt.

Gilt für

Siehe auch