次の方法で共有


TableLayoutColumnStyleCollection.Insert(Int32, ColumnStyle) メソッド

定義

ColumnStyle 内の指定した位置に TableLayoutColumnStyleCollection を挿入します。

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

パラメーター

index
Int32

ColumnStyle を挿入する位置の、0 から始まるインデックス。

注釈

このメソッドは Insert 、テーブル レイアウトを現在 TableLayoutPanel のコンテナー内のすべてのコントロールに再び適用します。

コレクションに格納されるスタイルの数は、使用可能なメモリによってのみ制限されます。

クラスなどの TableLayoutColumnStyleCollection 連続する要素のコレクションでは、挿入された要素に対応するために、挿入ポイントに続く要素が下に移動します。 移動される要素のインデックスも更新されます。

適用対象

こちらもご覧ください