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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.