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


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

    Property Value

    The right offset.
    See Also