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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.