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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.