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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.