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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.