Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RECT Class / left Property


In This Topic
left Property (RECT)
In This Topic
Syntax
'Declaration
 
Public Property left As Integer
 
'Usage
 
Dim instance As RECT
Dim value As Integer
 
instance.left = value
 
value = instance.left
See Also