PowerTools PlusPak for Windows Forms 8.0J
Columns プロパティ

GcTableLayoutContainerTableColumn のコレクションを取得します。
構文
Public ReadOnly Property Columns As TableColumnCollection
public TableColumnCollection Columns {get;}

プロパティ値

GcTableLayoutContainer コントロールの各列に対応する TableColumn を含む TableColumnCollection
解説

Columns プロパティは、特定の列のスタイルプロパティにアクセスするために使用します。TableColumn クラスのメンバを使用して、テーブルの個々の列の特性を設定できます。

GcTableLayoutContainer コントロールはその列を配置するとき、以下の順序で各 TableColumn にプロパティを割り当てます。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcTableLayoutContainer クラス
GcTableLayoutContainer メンバ

Send Feedback