Spread.Services Documentation
BeginConnect Method
GrapeCity.Documents.Spread.Drawing Namespace > IConnectorFormat Interface : BeginConnect Method
Required IShape object. The shape to attach the beginning of 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 by ConnectedShape.
Attaches the beginning of the specified connector to a specified shape.
Syntax
void BeginConnect( 
   IShape connectedShape,
   System.int connectionSite
)

Parameters

connectedShape
Required IShape object. The shape to attach the beginning of 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 by ConnectedShape.
See Also

Reference

IConnectorFormat Interface
IConnectorFormat Members