SpreadJS Documentation
Foundry Field
Indicates the Foundry theme.
Syntax
var value; // Type: Foundry
value = GcSpread.Sheets.SpreadThemes.Foundry;
var Foundry : Foundry;
Example
This example uses the Foundry theme.
activeSheet.currentTheme("Foundry");
activeSheet.isPaintSuspended(false);
activeSheet.repaint();
See Also

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.