Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / Top Property


In This Topic
    Top Property (IPSObject)
    In This Topic
    Gets or sets the top of the object.
    Syntax
    'Declaration
     
    
    Property Top As Integer
    'Usage
     
    
    Dim instance As IPSObject
    Dim value As Integer
     
    instance.Top = value
     
    value = instance.Top
    int Top {get; set;}
    See Also