DataGridViewSelectedCellCollection.Insert(Int32, DataGridViewCell) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションにセルを挿入します。
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 使用します。