DataGridViewCellCollection.IList.RemoveAt(Int32) 方法

定義

在指定的索引位置移除 DataGridViewCell

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

參數

index
Int32

要移除 DataGridViewCell 的位置。

實作

例外狀況

擁有這個 DataGridViewCellCollection 的資料列已經屬於 DataGridView 控制項。

備註

將資料列加入控制項之後,它所包含的儲存格數目一律符合 控制項中的資料行數目,因此此方法不再有用。

這個成員是明確介面成員實作, 只有在 DataGridViewCellCollection 執行個體轉換成 IList 介面時,才能使用這個成員。

適用於

另請參閱