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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.