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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.