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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.