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


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

    Property Value

    The left offset.
    See Also