Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / EndConnect Method / EndConnect(Shape,Int32,Boolean,Boolean) Method


In This Topic
EndConnect(Shape,Int32,Boolean,Boolean) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub EndConnect( _
   ByVal connectedShape As Shape, _
   ByVal connectionSite As Integer, _
   ByVal layout As Boolean, _
   ByVal updateParentBoundary As Boolean _
) 
 
'Usage
 
Dim instance As ConnectionShape
Dim connectedShape As Shape
Dim connectionSite As Integer
Dim layout As Boolean
Dim updateParentBoundary As Boolean
 
instance.EndConnect(connectedShape, connectionSite, layout, updateParentBoundary)

Parameters

connectedShape
connectionSite
layout
updateParentBoundary
See Also