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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.