PowerTools SPREAD for Windows Forms 8.0J
CornerSeashell フィールド


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

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


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