Spread WinForms 15
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
See Also