Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / IncrementLeft Method
Specifies how far the shape is to be moved horizontally, in pixels. A positive value moves the shape to the right; a negative value moves it to the left.


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

    Parameters

    increment
    Specifies how far the shape is to be moved horizontally, in pixels. A positive value moves the shape to the right; a negative value moves it to the left.
    See Also