FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultStyleCollection Class : RowHeaderGrayscale Field |
'Declaration Public Shared ReadOnly RowHeaderGrayscale As NamedStyle
'Usage Dim value As NamedStyle value = DefaultStyleCollection.RowHeaderGrayscale
public static readonly NamedStyle RowHeaderGrayscale
FarPoint.Win.Spread.NamedStyle backstyle = new FarPoint.Win.Spread.NamedStyle("NewStyle", "RowHeaderGrayscale"); 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", "RowHeaderGrayscale") 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
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8