Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.