ConnectorFormat.EndConnect Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub EndConnect ( _
<OutAttribute> ByRef ConnectedShape As Shape, _
ConnectionSite As Integer _
)
'Usage
Dim instance As ConnectorFormat
Dim ConnectedShape As Shape
Dim ConnectionSite As Integer
instance.EndConnect(ConnectedShape, ConnectionSite)
void EndConnect(
out Shape ConnectedShape,
int ConnectionSite
)
Parameters
- ConnectedShape
Type: Microsoft.Office.Interop.Word.Shape%
- ConnectionSite
Type: System.Int32