GC.Spread.Sheets Namespace > ColorScheme type : ColorScheme Constructor |
var instance = new GC.Spread.Sheets.ColorScheme(name, background1, background2, text1, text2, accent1, accent2, accent3, accent4, accent5, accent6, link, followedLink);
function ColorScheme( name : string, background1 : string, background2 : string, text1 : string, text2 : string, accent1 : string, accent2 : string, accent3 : string, accent4 : string, accent5 : string, accent6 : string, link : string, followedLink : string ) : ColorScheme;
var ntheme = new GC.Spread.Sheets.Theme("customThemeColor"); ntheme.colors().accent1("lightgreen"); activeSheet.currentTheme(ntheme); activeSheet.getCell(0, 0).backColor("accent 1"); activeSheet.getCell(1, 0).backColor("accent 1 30");