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

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.