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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.