SpreadJS Documentation
ScaleValue Method
GC.Spread.Sheets Namespace > ConditionalFormatting type : ScaleValue Method
The scale value type.
The scale value.
Represents a scale value with the specified type and value.
Syntax
var returnValue; // Type: any
returnValue = GC.Spread.Sheets.ConditionalFormatting.ScaleValue(type, value);
function ScaleValue( 
   type : object,
   value : object
) : any;

Parameters

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

Reference

ConditionalFormatting type