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.accent1(value);
function accent1( value : string ) : any;
Parameters
- value
- The accent1 theme color string.
Return Value
If no value is set, returns the accent1 theme color; otherwise, returns the color scheme.