TableRowCollection.Remove(TableRow) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除指定的项。
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
要从集合中移除的项。
返回
如果找到并移除了指定项,则为 true
;否则为 false
。
实现
例外
item 不存在于集合中时引发。
在 item 为 null 时引发。
注解
可以调整剩余集合项的索引以反映已删除的集合项。