DataGridViewComboBoxCell.ObjectCollection.RemoveAt(Int32) 메서드

정의

지정한 인덱스에서 개체를 제거합니다.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 개체의 인덱스(0부터 시작)입니다.

구현

예외

index가 0보다 작거나 컬렉션의 항목 수 - 1보다 큰 경우

셀의 DataSource 속성 값이 null이 아닌 경우

셀이 공유 행에 있는 경우

적용 대상

추가 정보