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


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