Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / Style Property


In This Topic
Style Property (Line)
In This Topic
Gets or sets the line style (dotted, dashed, inset, and so on.).
Syntax
'Declaration
 
Public Property Style As LineStyle
 
'Usage
 
Dim instance As Line
Dim value As LineStyle
 
instance.Style = value
 
value = instance.Style

Property Value

One of the LineStyle values that indicates the style.
See Also