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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.