Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / AutoLayout Method / AutoLayout(Rectangle,Rectangle,Boolean,Boolean,Boolean,Boolean) Method


In This Topic
AutoLayout(Rectangle,Rectangle,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Layouts the connection shape automatically.
Syntax
'Declaration
 
Public Overloads Sub AutoLayout( _
   ByVal firstBounds As Rectangle, _
   ByVal secondBounds As Rectangle, _
   ByVal updateAdjustments As Boolean, _
   Optional ByVal updateParentBoundary As Boolean, _
   Optional ByVal applyDisplayFormulas As Boolean, _
   Optional ByVal updateBoundary As Boolean _
) 
 
'Usage
 
Dim instance As ConnectionShape
Dim firstBounds As Rectangle
Dim secondBounds As Rectangle
Dim updateAdjustments As Boolean
Dim updateParentBoundary As Boolean
Dim applyDisplayFormulas As Boolean
Dim updateBoundary As Boolean
 
instance.AutoLayout(firstBounds, secondBounds, updateAdjustments, updateParentBoundary, applyDisplayFormulas, updateBoundary)

Parameters

firstBounds
secondBounds
updateAdjustments
updateParentBoundary
applyDisplayFormulas
updateBoundary
See Also