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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.