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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.