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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.