DataGridViewCellCollection.IList.Insert(Int32, Object) 方法

定義

將項目插入指定位置上的集合中。

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
void IList.Insert (int index, object? value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

參數

index
Int32

以零為基底的索引,這是插入值之處。

實作

例外狀況

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

-或-

dataGridViewCell 已經屬於 DataGridViewRow

備註

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

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

適用於

另請參閱