SpreadJS Documentation
startConnector Method
GC.Spread.Sheets.Shapes Namespace > ConnectorShape type : startConnector Method
The start connector info of the connectorShape.
Gets or sets the start 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.startConnector(connector);
function startConnector( 
   connector : object
) : any;

Parameters

connector
The start connector info of the connectorShape.
See Also

Reference

ConnectorShape type