TableCellCollection.Remove(TableCell) 메서드

정의

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

public:
 virtual bool Remove(System::Windows::Documents::TableCell ^ item);
public bool Remove (System.Windows.Documents.TableCell item);
abstract member Remove : System.Windows.Documents.TableCell -> bool
override this.Remove : System.Windows.Documents.TableCell -> bool
Public Function Remove (item As TableCell) As Boolean

매개 변수

item
TableCell

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

반환

Boolean

지정된 항목을 찾아 제거했으면 true이고, 그렇지 않으면 false입니다.

구현

예외

item이 컬렉션에 없는 경우 발생합니다.

item이 null이면 발생합니다.

설명

제거 된 컬렉션 항목을 반영 하기 위해 나머지 컬렉션 항목에 대 한 인덱스를 조정할 수 있습니다.

적용 대상

추가 정보