Spread.Sheets Documentation
Paper Field
The theme color of the Paper theme.
Syntax
var instance = new GC.Spread.Sheets.ThemeColors();
var value; // Type: Paper
value = instance.Paper;
var Paper : Paper;
Example
This example sets the Paper theme.
activeSheet.currentTheme("Paper");
activeSheet.resumePaint();
activeSheet.repaint();
See Also

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.