Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border Class / Left Property


In This Topic
Left Property (Border)
In This Topic
Gets or sets the left.
Syntax
'Declaration
 
Public Property Left As Border.BorderSide
 
'Usage
 
Dim instance As Border
Dim value As Border.BorderSide
 
instance.Left = value
 
value = instance.Left

Property Value

The left.
See Also