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

Reference

SpreadThemes class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.