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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.