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

Reference

ThemeColors class