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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.