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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.