DataGridViewComboBoxCell.ObjectCollection.RemoveAt(Int32) 方法

定义

移除指定索引处的对象。

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

参数

index
Int32

要移除的对象的从零开始的索引。

实现

例外

index 小于 0,或大于集合中的项数减一。

单元格的 DataSource 属性值不为 null

单元格在共享的行中。

适用于

另请参阅