DataGridViewComboBoxCell.ObjectCollection.RemoveAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除指定索引处的对象。
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
。
单元格在共享的行中。