var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY); var value; // Type: object value = instance.startConnector(connector, connector.name, connector.index);
function startConnector( connector : object, connector.name : string, connector.index : number ) : object;
Parameters
- connector
- The start connector info of the connectorShape.
- connector.name
- The name of the start connector.
- connector.index
- The connect point index of the start connector.
Return Value
connectorInfo - If no value is set, returns the start connector info of the connectorShape. When the connectorShape has no start connector returns return null. connectorInfo.name {string} The name of the start connector. connectorInfo.index {number} The connect point index of the start connector. connectorInfo.shape {GC.Spread.Sheets.Shapes.Shape} The start connector.