ConnectorFormat.BeginConnect Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub BeginConnect ( _
ConnectedShape As Shape, _
ConnectionSite As Integer _
)
'Usage
Dim instance As ConnectorFormat
Dim ConnectedShape As Shape
Dim ConnectionSite As Integer
instance.BeginConnect(ConnectedShape, _
ConnectionSite)
void BeginConnect(
Shape ConnectedShape,
int ConnectionSite
)
Parameters
- ConnectedShape
Type: Microsoft.Office.Core.Shape
- ConnectionSite
Type: System.Int32