Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / SpreadLineDashing Property


In This Topic
SpreadLineDashing Property
In This Topic
Gets or sets the spread line dashing.
Syntax
'Declaration
 
Public Property SpreadLineDashing As DashStyle
 
'Usage
 
Dim instance As ExcelShape
Dim value As DashStyle
 
instance.SpreadLineDashing = value
 
value = instance.SpreadLineDashing

Property Value

spread line dashing
See Also