Share via


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

See Also

Reference

ConnectorFormat Interface

ConnectorFormat Members

Microsoft.Office.Interop.Word Namespace