Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / Right Property


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