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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.