Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderPattern Class / Dotted Field


In This Topic
Dotted Field (BorderPattern)
In This Topic
DashPattern for the pen used to draw the Excel dot border
Syntax
'Declaration
 
Public Shared Dotted As Single()
 
'Usage
 
Dim value() As Single()
 
value = BorderPattern.Dotted
 
BorderPattern.Dotted = value
See Also