Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / Underline Property


In This Topic
Underline Property (TextFormat)
In This Topic
Syntax
'Declaration
 
Public Property Underline As TextUnderline
 
'Usage
 
Dim instance As TextFormat
Dim value As TextUnderline
 
instance.Underline = value
 
value = instance.Underline
See Also