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


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

Property Value

The width.
See Also