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

Reference

ThemeColors class