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

Reference

ThemeColors class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.