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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.