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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.