PowerTools SPREAD for Windows Forms 8.0J
Default プロパティ (Rows)


デフォルト行(-1)の行を取得します。
構文
'Declaration
 
Public ReadOnly Property Default As Rows.DefaultRow
'使用法
 
Dim instance As Rows
Dim value As Rows.DefaultRow
 
value = instance.Default
public Rows.DefaultRow Default {get;}

プロパティ値

行のデフォルトを含むRows.DefaultRowオブジェクト
解説
行のスタイルプロパティ(BackColorやFontなど)のデフォルトは、DefaultRow.Parent.ParentDefaultStyleオブジェクト内の対応するプロパティを取得または設定します。たとえば、SheetView.Rows.Default.BackColorは、実際にはSheetView.DefaultSytle.BackColorを取得または設定します。これは、SheetView.Rows.Default.Parent.Parent.DefaultStyle.BackColorと同等です。
次のサンプルコードは、アクティブシート内のすべての行の背景色を変更します。
fpSpread1.ActiveSheet.Rows.Default.BackColor = Color.Yellow;
FpSpread1.ActiveSheet.Rows.Default.BackColor = Color.Yellow
参照

Rows クラス
Rows メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.