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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.