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


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