SpreadJS Documentation
ScaleRule Constructor
The first scale value.
The second scale value.
The third scale value.
Represents a scale conditional rule.
Syntax
var instance = new GcSpread.Sheets.ScaleRule(scaleValue1, scaleValue2, scaleValue3);
function ScaleRule( 
   scaleValue1 : object,
   scaleValue2 : object,
   scaleValue3 : object
) : ScaleRule;

Parameters

scaleValue1
The first scale value.
scaleValue2
The second scale value.
scaleValue3
The third scale value.
See Also

Reference

ScaleRule type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.