Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / RightOffSet Property


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

    Property Value

    The right off set.
    See Also