PowerTools MultiRow for Windows Forms 8.0J
DefaultCellStyle プロパティ (Section)

Section内のすべてのすべてのセル(行のセル、列ヘッダのセル、または列フッタのセル)で使用される既定のスタイルを取得または設定します。ただし、ヘッダ型セルのスタイルは対象外です。
構文
Public Property DefaultCellStyle As CellStyle
public CellStyle DefaultCellStyle {get; set;}

プロパティ値

Section内のすべてのセルで使用される既定のスタイルを表すCellStyle
解説
このプロパティは、HeaderCell以外のCellのみに適用されます。HeaderCellのスタイルを設定する場合は、GcMultiRow.ColumnHeadersDefaultHeaderCellStyleGcMultiRow.RowsDefaultHeaderCellStyleColumnFootersDefaultHeaderCellStyleのいずれかを設定します。
参照

Section クラス
Section メンバ
ColumnHeadersDefaultHeaderCellStyle プロパティ
RowsDefaultHeaderCellStyle プロパティ
ColumnFootersDefaultHeaderCellStyle プロパティ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.