GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape 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 (IShape)
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 IShape
Dim increment As Integer
 
instance.IncrementTop(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