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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.