Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.