AutoLayout(Rectangle,Rectangle,Boolean,Boolean,Boolean,Boolean,IWorksheet) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub AutoLayout( _
ByVal As Rectangle, _
ByVal As Rectangle, _
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 updateAdjustments As Boolean
Dim updateParentBoundary As Boolean
Dim applyDisplayFormulas As Boolean
Dim updateBoundary As Boolean
Dim contextWorksheet As IWorksheet
instance.AutoLayout(firstBounds, secondBounds, updateAdjustments, updateParentBoundary, applyDisplayFormulas, updateBoundary, contextWorksheet)
public void AutoLayout(
Rectangle ,
Rectangle ,
bool ,
bool ,
bool ,
bool ,
IWorksheet
)
Parameters
- firstBounds
- secondBounds
- updateAdjustments
- updateParentBoundary
- applyDisplayFormulas
- updateBoundary
- contextWorksheet
See Also