Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / COMRECT Class / top Field


In This Topic
    top Field (COMRECT)
    In This Topic
    Syntax
    'Declaration
     
    
    Public top As Integer
    'Usage
     
    
    Dim instance As COMRECT
    Dim value As Integer
     
    value = instance.top
     
    instance.top = value
    public int top
    See Also