DataGridView.DataGridViewControlCollection.Insert(Int32, Control) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Control 内の指定したインデックスに、指定した DataGridView.DataGridViewControlCollection を挿入します。
public:
void Insert(int index, System::Windows::Forms::Control ^ value);
public void Insert (int index, System.Windows.Forms.Control value);
member this.Insert : int * System.Windows.Forms.Control -> unit
Public Sub Insert (index As Integer, value As Control)
パラメーター
- index
- Int32
value
を挿入する位置の、0 以上のインデックス。
- value
- Control
例外
index
が 0 未満か DataGridView.DataGridViewControlCollection に現在含まれているコントロール数以上の値です。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET