Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Resize Method
The child Shape.
The rectangle of child.
True if display formulas is applied.


In This Topic
    Resize Method (ICompositeShape)
    In This Topic
    Resize child shape
    Syntax
    'Declaration
     
    
    Sub Resize( _
       ByVal child As Shape, _
       ByVal resizeRectangle As Rectangle, _
       ByVal applyDisplayFormulas As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim child As Shape
    Dim resizeRectangle As Rectangle
    Dim applyDisplayFormulas As Boolean
     
    instance.Resize(child, resizeRectangle, applyDisplayFormulas)

    Parameters

    child
    The child Shape.
    resizeRectangle
    The rectangle of child.
    applyDisplayFormulas
    True if display formulas is applied.
    See Also