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


In This Topic
    RightOffSet Property (OfficeArtClientAnchorSheet)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property RightOffSet As Double
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorSheet
    Dim value As Double
     
    instance.RightOffSet = value
     
    value = instance.RightOffSet
    public double RightOffSet {get; set;}
    See Also