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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.