共用方式為


DataGridViewCellCollection.CopyTo(DataGridViewCell[], Int32) 方法

定義

將整個儲存格的集合複製到陣列中指定位置的陣列內。

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)

參數

array
DataGridViewCell[]

要將內容複製到其中的目標陣列。

index
Int32

array 中元素的索引,要在這裡開始複製。

適用於

另請參閱