GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Left Property


In This Topic
Left Property (IShape)
In This Topic
Gets or sets a System.Int32 value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
Syntax
'Declaration
 
Property Left As Double
 
'Usage
 
Dim instance As IShape
Dim value As Double
 
instance.Left = value
 
value = instance.Left

Property Value

The left edge of the shape.
See Also