TableCellCollection.Remove(TableCell) 方法

定义

从集合中移除指定的项。

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

要从集合中移除的项。

返回

Boolean

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

实现

例外

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

item 为 null 时引发。

注解

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

适用于

另请参阅