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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.