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

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

プロパティ値

GcTableLayoutContainer コントロールの各行に対応する TableRow を含む TableRowCollection
解説

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

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

プラットフォーム

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