Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RECT Class / right Property


In This Topic
    right Property (RECT)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property right As Integer
    'Usage
     
    
    Dim instance As RECT
    Dim value As Integer
     
    instance.right = value
     
    value = instance.right
    public int right {get; set;}
    See Also