DataGridViewSelectedCellCollection.Insert(Int32, DataGridViewCell) Метод

Определение

Вставляет ячейку в коллекцию.

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

Параметры

index
Int32

Индекс, по которому требуется вставить элемент dataGridViewCell.

dataGridViewCell
DataGridViewCell

Объект, который должен быть добавлен в коллекцию DataGridViewSelectedCellCollection.

Исключения

Создается всегда.

Комментарии

Данный метод не применим к этому классу. Нельзя напрямую изменить DataGridViewSelectedCellCollection класс. Чтобы добавить ячейку в ячейку DataGridViewSelectedCellCollection, используйте DataGridViewCell.Selected свойство.

Применяется к

См. также раздел