SpreadJS Documentation
reset Method
Resets the rule.
Syntax
var instance = new GcSpread.Sheets.ThreeScaleRule(minType,
                                                 minValue,
                                                 minColor,
                                                 midType,
                                                 midValue,
                                                 midColor,
                                                 maxType,
                                                 maxValue,
                                                 maxColor);
var value; // Type: any
value = instance.reset();
function reset() : any;
See Also

Reference

ThreeScaleRule class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.