SpreadJS Documentation
ScaleValue Constructor
The scale value type.
The scale value.
Represents a scale value with the specified type and value.
Syntax
var instance = new GcSpread.Sheets.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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.