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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.