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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.