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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.