var instance = new GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont); var returnValue; // Type: any returnValue = instance.colors(value);
function colors( value : ColorScheme ) : any;
Parameters
- value
- The base colors of the theme.
Return Value
If no value is set, returns the base colors of the theme; otherwise, returns the theme.