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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.