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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.