DataGridViewCellCollection.Remove(DataGridViewCell) 메서드

정의

컬렉션에서 지정된 셀을 제거합니다.

public:
 virtual void Remove(System::Windows::Forms::DataGridViewCell ^ cell);
public virtual void Remove(System.Windows.Forms.DataGridViewCell cell);
abstract member Remove : System.Windows.Forms.DataGridViewCell -> unit
override this.Remove : System.Windows.Forms.DataGridViewCell -> unit
Public Overridable Sub Remove (cell As DataGridViewCell)

매개 변수

cell
DataGridViewCell

DataGridViewCell 컬렉션에서 제거할 항목입니다.

예외

이를 DataGridViewCellCollection 소유하는 행은 이미 컨트롤에 DataGridView 속합니다.

cell 을(를) 컬렉션에서 찾을 수 없습니다.

설명

컨트롤에 포함된 행 DataGridView 을 추가하기 전에 이 메서드를 사용하여 컬렉션을 변경합니다. 컨트롤에 행을 추가하면 포함된 셀 수가 항상 컨트롤의 열 수와 일치하므로 이 메서드는 더 이상 유용하지 않습니다.

적용 대상

추가 정보