TableRowCollection.Remove(TableRow) 方法

定义

从集合中移除指定的项。

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

参数

item
TableRow

要从集合中移除的项。

返回

Boolean

如果找到并移除了指定项,则为 true;否则为 false

实现

例外

item 不存在于集合中时引发。

itemnull 时引发。

注解

可以调整剩余集合项的索引以反映已删除的集合项。

适用于

另请参阅