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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.