DataGridViewCellCollection.Add(DataGridViewCell) Yöntem

Tanım

Koleksiyona bir hücre ekler.

public:
 virtual int Add(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public virtual int Add (System.Windows.Forms.DataGridViewCell dataGridViewCell);
abstract member Add : System.Windows.Forms.DataGridViewCell -> int
override this.Add : System.Windows.Forms.DataGridViewCell -> int
Public Overridable Function Add (dataGridViewCell As DataGridViewCell) As Integer

Parametreler

dataGridViewCell
DataGridViewCell

Koleksiyona eklemek için A DataGridViewCell .

Döndürülenler

Yeni öğenin eklendiği konum.

Özel durumlar

Buna sahip DataGridViewCellCollection olan satır zaten bir DataGridView denetime ait.

-veya-

dataGridViewCell zaten bir DataGridViewRowöğesine ait.

Açıklamalar

Satırı denetime DataGridViewRow eklemeden önce hücrelerle doldurmak için DataGridView bu yöntemi kullanın. Satırı bir denetime ekledikten sonra, içerdiği hücre sayısı her zaman denetimdeki sütun sayısıyla eşleşir, bu nedenle bu yöntem artık yararlı olmaz.

Şunlara uygulanır

Ayrıca bkz.