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

적용 대상

추가 정보