SpreadsheetGear 2017
IncrementLeft Method (IShape)






SpreadsheetGear.Shapes Namespace > IShape Interface : IncrementLeft Method
Specifies the increment in points.
Increments the left edge of this shape by the specified value in points.
Syntax
'Declaration
 
Sub IncrementLeft( _
   ByVal increment As System.Double _
) 
'Usage
 
Dim instance As IShape
Dim increment As System.Double
 
instance.IncrementLeft(increment)
void IncrementLeft( 
   System.double increment
)
procedure IncrementLeft( 
    increment: System.Double
); 
function IncrementLeft( 
   increment : System.double
);
void IncrementLeft( 
   System.double increment
) 
void IncrementLeft( 
   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