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