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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.