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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.