SpreadsheetGear 2023
IncrementTop Method (IShape)


SpreadsheetGear.Shapes Namespace > IShape Interface : IncrementTop Method
Specifies the increment in points.
Increments the top edge of this shape by the specified value in points.
Syntax
'Declaration
 
Sub IncrementTop( _
   ByVal increment As System.Double _
) 
'Usage
 
Dim instance As IShape
Dim increment As System.Double
 
instance.IncrementTop(increment)
void IncrementTop( 
   System.double increment
)

Parameters

increment
Specifies the increment in points.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IShape Interface
IShape Members