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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.