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 属性。

适用于

另请参阅