Left Property (ExcelShape)
Gets or sets the left.
public double Left {get; set;}
'Declaration
Public Property Left As Double
'Usage
Dim instance As ExcelShape
Dim value As Double
instance.Left = value
value = instance.Left
Property Value
left coordinate if the shape is top level, left offset if the shape belongs to some group