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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.