DataGridViewRowCollection.RemoveAt(Int32) 方法

定义

从集合中删除指定位置的行。

public:
 virtual void RemoveAt(int index);
public virtual void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Overridable Sub RemoveAt (index As Integer)

参数

index
Int32

要删除的行的位置。

例外

index 小于零且大于集合中的行数减一。

关联的 DataGridView 控件正在执行以下操作之一,该操作暂时禁止添加新行:

适用于

另请参阅