Spread.Sheets Documentation
Opulent Field
GC.Spread.Sheets Namespace > ThemeColors class : 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