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


フィルタバーのMetallicスタイルを表します。
構文
'Declaration
 
Public Shared ReadOnly FilterBarMetallic As NamedStyle
'使用法
 
Dim value As NamedStyle
 
value = DefaultStyleCollection.FilterBarMetallic
public static readonly NamedStyle FilterBarMetallic
次のサンプルコードは、スタイルのFilterBarMetallicフィールドを使用します。
FarPoint.Win.Spread.NamedStyle backstyle = new FarPoint.Win.Spread.NamedStyle("BlueBack", "FilterBarMetallic");        
fpSpread1.NamedStyles.Add(backstyle);
FarPoint.Win.Spread.SheetView sheetView = fpSpread1.ActiveSheet;
sheetView.AutoFilterMode = FarPoint.Win.Spread.AutoFilterMode.FilterBar;           
FarPoint.Win.Spread.SpreadSkin skin = new FarPoint.Win.Spread.SpreadSkin();
skin.FilterBarDefaultStyle = backstyle;
fpSpread1.Skin = skin;
Dim backstyle As New FarPoint.Win.Spread.NamedStyle("BlueBack", "FilterBarMetallic")
FpSpread1.NamedStyles.Add(backstyle)
Dim sheetview As FarPoint.Win.Spread.SheetView = FpSpread1.ActiveSheet
sheetview.AutoFilterMode = FarPoint.Win.Spread.AutoFilterMode.FilterBar
Dim skin As New FarPoint.Win.Spread.SpreadSkin()
skin.FilterBarDefaultStyle = backstyle
FpSpread1.Skin = skin
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


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