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

GcTableLayoutContainerCellInfo のコレクションを取得します。
構文
Public ReadOnly Property CellInfos As CellInfoCollection
public CellInfoCollection CellInfos {get;}
解説

このコレクションにはセルに関する情報が格納されます。各 CellInfo は、GcTableLayoutContainer のセルの設定を表します。セルの設定には、セル位置、列スパン、行スパン、背景色、境界線、パターン効果、グラデーション効果などが含まれます。

通常は、コードを使用してこのコレクションを直接操作することは避け、設計時に GcTableLayoutContainer を設計するようにしてください。PlusPak には、ユーザーが GcTableLayoutContainer を簡単に設計できるように、いくつかの機能が用意されています。範囲を選択してコンテキストメニューからマージしたり、そのスタイルを設定したりするだけで、GcTableLayoutContainer を設計できます。

プラットフォーム

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