Sdílet prostřednictvím


DataGridViewCellCollection.Insert(Int32, DataGridViewCell) Metoda

Definice

Vloží buňku do kolekce v zadaném indexu.

public:
 virtual void Insert(int index, System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public virtual void Insert (int index, System.Windows.Forms.DataGridViewCell dataGridViewCell);
abstract member Insert : int * System.Windows.Forms.DataGridViewCell -> unit
override this.Insert : int * System.Windows.Forms.DataGridViewCell -> unit
Public Overridable Sub Insert (index As Integer, dataGridViewCell As DataGridViewCell)

Parametry

index
Int32

Index založený na nule, na který se má umístit dataGridViewCell.

dataGridViewCell
DataGridViewCell

Instance DataGridViewCell, která má být vložena.

Výjimky

Řádek, který tento řádek vlastní, DataGridViewCellCollection už patří do DataGridView ovládacího prvku.

-nebo- dataGridViewCelljiž patří do .DataGridViewRow

Poznámky

Tuto metodu použijte ke změně kolekce před přidáním řádku obsahujícího DataGridView řádek do ovládacího prvku. Po přidání řádku do ovládacího prvku se počet buněk, které obsahuje, vždy shoduje s počtem sloupců v ovládacím prvku, takže tato metoda už není užitečná.

Platí pro

Viz také