Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RECT Class / bottom Property


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