Spread Windows Forms 12.0 Product Documentation
Underline Property (IFont)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Underline Property
Gets or sets the type of underline applied to the font.
Syntax
'Declaration
 
Property Underline As UnderlineStyle
'Usage
 
Dim instance As IFont
Dim value As UnderlineStyle
 
instance.Underline = value
 
value = instance.Underline
UnderlineStyle Underline {get; set;}

Property Value

The underline.
See Also

Reference

IFont Interface
IFont Members