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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.