SpreadJS Documentation
ScaleValue Constructor
GC.Spread.Sheets.ConditionalFormatting Namespace > ScaleValue type : ScaleValue Constructor
The scale value type.
The scale value.
Represents a scale value with the specified type and value.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.ScaleValue(type, value);
function ScaleValue( 
   type : object,
   value : object
) : ScaleValue;

Parameters

type
The scale value type.
value
The scale value.
See Also

Reference

ScaleValue type