Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / DashType Property


In This Topic
DashType Property (BorderLine)
In This Topic
Syntax
'Declaration
 
Public Property DashType As LineDashType
 
'Usage
 
Dim instance As BorderLine
Dim value As LineDashType
 
instance.DashType = value
 
value = instance.DashType
See Also