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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.