SpreadJS Documentation
Urban Field
GC.Spread.Sheets Namespace > ThemeColors class : Urban Field
The theme color of the Urban theme.
Syntax
var instance = new GC.Spread.Sheets.ThemeColors();
var value; // Type: Urban
value = instance.Urban;
var Urban : Urban;
Example
This example sets the Urban theme.
activeSheet.currentTheme("Urban");
activeSheet.resumePaint();
activeSheet.repaint();
See Also

Reference

ThemeColors class