Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / IncrementTop Method
Specifies how far the shape object is to be moved vertically, in pixels. A positive value moves the shape down; a negative value moves it up.


In This Topic
    IncrementTop Method
    In This Topic
    Moves the specified shape vertically by the specified number of pixels.
    Syntax
    'Declaration
     
    
    Sub IncrementTop( _
       ByVal increment As Integer _
    ) 
    'Usage
     
    
    Dim instance As IShapeBase
    Dim increment As Integer
     
    instance.IncrementTop(increment)
    void IncrementTop( 
       int increment
    )

    Parameters

    increment
    Specifies how far the shape object is to be moved vertically, in pixels. A positive value moves the shape down; a negative value moves it up.
    See Also