SpreadJS Documentation
Flow Field
The theme color of the Flow theme.
Syntax
var value; // Type: Flow
value = GcSpread.Sheets.ThemeColors.Flow;
var Flow : Flow;
Example
This example sets the Flow theme.
activeSheet.currentTheme("Flow");
activeSheet.isPaintSuspended(false);
activeSheet.repaint();
See Also

Reference

ThemeColors type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.