Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Left Property


In This Topic
    Left Property (ExcelShape)
    In This Topic
    Gets or sets the left.
    Syntax
    'Declaration
     
    
    Public Property Left As Double
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Double
     
    instance.Left = value
     
    value = instance.Left
    public double Left {get; set;}

    Property Value

    left coordinate if the shape is top level, left offset if the shape belongs to some group
    See Also