TableRowGroupCollection.Remove(TableRowGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除指定的項目。
public:
virtual bool Remove(System::Windows::Documents::TableRowGroup ^ item);
public bool Remove (System.Windows.Documents.TableRowGroup item);
abstract member Remove : System.Windows.Documents.TableRowGroup -> bool
override this.Remove : System.Windows.Documents.TableRowGroup -> bool
Public Function Remove (item As TableRowGroup) As Boolean
參數
- item
- TableRowGroup
要從集合中移除的項目。
傳回
如果找到並移除指定的項目,則為 true
,否則為 false
。
實作
例外狀況
當集合中沒有 item 時引發。
當項目為 null 時引發。
備註
剩餘集合專案的索引可以調整以反映已移除的集合專案。