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