Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Move Method
The child IShape.
The moved distance by horizontal.
The moved distabce by vertical.
True if display formulas is applied.


In This Topic
    Move Method (ICompositeShape)
    In This Topic
    Move the child shape inside this ICompositeShape.
    Syntax
    'Declaration
     
    
    Sub Move( _
       ByVal child As IShape, _
       ByVal horizontal As Double, _
       ByVal vertical As Double, _
       ByVal applyDisplayFormulas As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim child As IShape
    Dim horizontal As Double
    Dim vertical As Double
    Dim applyDisplayFormulas As Boolean
     
    instance.Move(child, horizontal, vertical, applyDisplayFormulas)

    Parameters

    child
    The child IShape.
    horizontal
    The moved distance by horizontal.
    vertical
    The moved distabce by vertical.
    applyDisplayFormulas
    True if display formulas is applied.
    See Also