GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyle Class / UnderLine Property


In This Topic
UnderLine Property (SubStyle)
In This Topic
Gets or sets whether the text has an underline style.
Syntax
'Declaration
 
Public Property UnderLine As Boolean
 
'Usage
 
Dim instance As SubStyle
Dim value As Boolean
 
instance.UnderLine = value
 
value = instance.UnderLine

Property Value

A bool value that indicates whether the text has an underline style.
See Also