Spread Windows Forms 12.0 Product Documentation
UnderLine Property (SubStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyle Class : UnderLine Property
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
public bool UnderLine {get; set;}

Property Value

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

Reference

SubStyle Class
SubStyle Members