SpreadJS Documentation
Foundry Field
GC.Spread.Sheets Namespace > ThemeColors class : Foundry Field
The theme color of the Foundry theme.
Syntax
var instance = new GC.Spread.Sheets.ThemeColors();
var value; // Type: Foundry
value = instance.Foundry;
var Foundry : Foundry;
Example
This example sets the Foundry theme.
activeSheet.currentTheme("Foundry");
activeSheet.resumePaint();
activeSheet.repaint();
See Also

Reference

ThemeColors class