SpreadJS Documentation
Flow Field
Indicates the Flow theme.
Syntax
var value; // Type: Flow
value = GcSpread.Sheets.SpreadThemes.Flow;
var Flow : Flow;
Example
This example uses the Flow theme.
activeSheet.currentTheme("Flow");
activeSheet.isPaintSuspended(false);
activeSheet.repaint();
See Also

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.