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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.