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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.