Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / Height Property


In This Topic
Height Property (IPSObject)
In This Topic
Gets or sets the height of the object.
Syntax
'Declaration
 
Property Height As Integer
 
'Usage
 
Dim instance As IPSObject
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
See Also