SpreadJS Documentation
Foundry Field
The theme color of the Foundry theme.
Syntax
var value; // Type: Foundry
value = GcSpread.Sheets.ThemeColors.Foundry;
var Foundry : Foundry;
Example
This example sets the Foundry theme.
activeSheet.currentTheme("Foundry");
activeSheet.isPaintSuspended(false);
activeSheet.repaint();
See Also

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.