MESCIUS SPREAD for Windows Forms 15.0J
Default プロパティ (Rows)
使用例 

デフォルト行(-1)の行を取得します。
構文
'宣言
 
Public ReadOnly Property Default As Rows.DefaultRow
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 メンバ

 

 


© MESCIUS inc. All rights reserved.