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


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