TableRowGroupCollection.Remove(TableRowGroup) 方法

定義

從集合中移除指定的項目。

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 時引發。

備註

剩餘集合專案的索引可以調整以反映已移除的集合專案。

適用於

另請參閱