SpreadJS Documentation
adjustments Method
GC.Spread.Sheets.Shapes Namespace > ConnectorShape type : adjustments Method
The adjustment values in array.
Gets or sets the adjustment values of the connector shape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY);
var value; // Type: any
value = instance.adjustments(arrayValue);
function adjustments( 
   arrayValue : any
) : any;

Parameters

arrayValue
The adjustment values in array.
See Also

Reference

ConnectorShape type