SpreadJS Documentation
endConnector Method
GC.Spread.Sheets.Shapes Namespace > ConnectorShape type : endConnector Method
The end connector info of the connectorShape.
Gets or sets the end connector info of the connectorShape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY);
var value; // Type: any
value = instance.endConnector(connector);
function endConnector( 
   connector : object
) : any;

Parameters

connector
The end connector info of the connectorShape.
See Also

Reference

ConnectorShape type