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 내 요소의 인덱스입니다.

적용 대상

추가 정보