TableLayoutColumnStyleCollection.Add(ColumnStyle) メソッド

定義

TableLayoutColumnStyleCollectionに項目を追加します。

public:
 int Add(System::Windows::Forms::ColumnStyle ^ columnStyle);
public int Add(System.Windows.Forms.ColumnStyle columnStyle);
override this.Add : System.Windows.Forms.ColumnStyle -> int
Public Function Add (columnStyle As ColumnStyle) As Integer

パラメーター

返品

新しい要素が挿入された位置。

注釈

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

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

適用対象

こちらもご覧ください