GC.Spread.Sheets 名前空間 > ColorScheme タイプ : textColor2 メソッド |
Javascript (Usage) | |
---|---|
var instance = new GC.Spread.Sheets.ColorScheme(name, background1, background2, text1, text2, accent1, accent2, accent3, accent4, accent5, accent6, link, followedLink); var returnValue; // Type: any returnValue = instance.textColor2(value); |
Javascript (Specification) | |
---|---|
function textColor2( value : string ) : any; |
var ntheme = new GC.Spread.Sheets.Theme("customThemeColor"); ntheme.colors().accent1("lightgreen"); ntheme.colors().textColor2("orange"); activeSheet.currentTheme(ntheme); activeSheet.getCell(0, 0).backColor("accent 1"); activeSheet.getCell(1, 0).backColor("Text 2");