GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > ConnectionShape クラス > AutoLayout メソッド : AutoLayout(Rectangle,Rectangle,Point,Point,Boolean,Boolean,Boolean,Boolean,IWorksheet) メソッド |
'Declaration
Public Overloads Sub AutoLayout( _ ByVal firstBounds As Rectangle, _ ByVal secondBounds As Rectangle, _ ByVal startPoint As Point, _ ByVal endPoint As Point, _ ByVal updateAdjustments As Boolean, _ Optional ByVal updateParentBoundary As Boolean, _ Optional ByVal applyDisplayFormulas As Boolean, _ Optional ByVal updateBoundary As Boolean, _ Optional ByVal contextWorksheet As IWorksheet _ )
public void AutoLayout( Rectangle firstBounds, Rectangle secondBounds, Point startPoint, Point endPoint, bool updateAdjustments, bool updateParentBoundary, bool applyDisplayFormulas, bool updateBoundary, IWorksheet contextWorksheet )