Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IConnectorFormat Interface / beginConnect Method
Required IShape object. The shape to attach the beginningof the connector to. The specified Shape object must be in the same IShapes collection as the connector.
Required Integer. A connection site on the shape specified byConnectedShape.
In This Topic
    beginConnect Method
    In This Topic
    Attaches the beginning of the specified connector to a specified shape.
    Syntax
    void beginConnect( 
       IShape connectedShape,
       int connectionSite
    )

    Parameters

    connectedShape
    Required IShape object. The shape to attach the beginningof the connector to. The specified Shape object must be in the same IShapes collection as the connector.
    connectionSite
    Required Integer. A connection site on the shape specified byConnectedShape.
    See Also