Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Left Property


In This Topic
Left Property (Shape)
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
 
Public Property Left As Double
 
'Usage
 
Dim instance As Shape
Dim value As Double
 
instance.Left = value
 
value = instance.Left

Property Value

The left edge of the shape.
See Also