MESCIUS SPREAD for Windows Forms 15.0J
RowHeaderArcticSea フィールド
使用例 

行ヘッダセルの拡張スタイルを表します。
構文
'宣言
 
Public Shared ReadOnly RowHeaderArcticSea As NamedStyle
public static readonly NamedStyle RowHeaderArcticSea
使用例
次のサンプルコードは、行ヘッダスタイルを作成します。
FarPoint.Win.Spread.NamedStyle backstyle = new FarPoint.Win.Spread.NamedStyle("NewStyle", "RowHeaderArcticSea");
fpSpread1.NamedStyles.Add(backstyle);
FarPoint.Win.Spread.SheetView sheetView = fpSpread1.ActiveSheet;
FarPoint.Win.Spread.SpreadSkin skin = new FarPoint.Win.Spread.SpreadSkin();
skin.RowHeaderDefaultStyle = backstyle;
fpSpread1.Skin = skin;
Dim backstyle As New FarPoint.Win.Spread.NamedStyle("NewStyle", "RowHeaderArcticSea")
FpSpread1.NamedStyles.Add(backstyle)
Dim sheetview As FarPoint.Win.Spread.SheetView = FpSpread1.ActiveSheet
Dim skin As New FarPoint.Win.Spread.SpreadSkin()
skin.RowHeaderDefaultStyle = backstyle
FpSpread1.Skin = skin
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.