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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.