TableCellCollection.Remove(TableCell) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 항목을 컬렉션에서 제거합니다.
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
컬렉션에서 제거할 항목입니다.
반환
지정된 항목을 찾아 제거했으면 true
이고, 그렇지 않으면 false
입니다.
구현
예외
item
이 컬렉션에 없는 경우 발생합니다.
item
이 null이면 발생합니다.
설명
제거 된 컬렉션 항목을 반영 하기 위해 나머지 컬렉션 항목에 대 한 인덱스를 조정할 수 있습니다.