다음을 통해 공유


DataGridViewSelectedCellCollection.Insert(Int32, DataGridViewCell) 메서드

정의

컬렉션에 셀을 삽입합니다.

public:
 void Insert(int index, System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public void Insert (int index, System.Windows.Forms.DataGridViewCell dataGridViewCell);
member this.Insert : int * System.Windows.Forms.DataGridViewCell -> unit
Public Sub Insert (index As Integer, dataGridViewCell As DataGridViewCell)

매개 변수

index
Int32

dataGridViewCell를 삽입할 인덱스입니다.

dataGridViewCell
DataGridViewCell

개체가 DataGridViewSelectedCellCollection에 추가됩니다.

예외

항상 throw됩니다.

설명

이 메서드는 이 클래스와 관련이 없습니다. 변경할 수 없습니다는 DataGridViewSelectedCellCollection 클래스를 직접. 셀을 추가 하는 DataGridViewSelectedCellCollection를 사용 하 여는 DataGridViewCell.Selected 속성입니다.

적용 대상

추가 정보