SpreadJS Documentation
adjustments Method
GC.Spread.Sheets.Shapes Namespace > Shape type : adjustments Method
The adjustment values in array.
Gets or sets the adjustment values of the shape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height);
var value; // Type: any
value = instance.adjustments(arrayValue);
function adjustments( 
   arrayValue : any
) : any;

Parameters

arrayValue
The adjustment values in array.
See Also

Reference

Shape type