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 時引發。
備註
剩餘集合專案的索引可能會進行調整,以反映已移除的集合專案。