SpreadJS Documentation
colors Method
The base colors of the theme.
Gets or sets the base colors of the theme.
Syntax
var instance = new GcSpread.Sheets.SpreadTheme(name, themeColor, headingFont, bodyFont);
var returnValue; // Type: Object
returnValue = instance.colors(value);
function colors( 
   value : ThemeColor
) : Object;

Parameters

value
The base colors of the theme.

Return Value

The base colors of the theme.
See Also

Reference

SpreadTheme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.