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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.