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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.