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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.