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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.