Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UnderlineFontStyle Enumeration


UnderlineFontStyle Enumeration
Specifies whether the underline font style is applied to the text.
Syntax
'Declaration
 
Public Enum UnderlineFontStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As UnderlineFontStyle
Members
MemberDescription
NoneSpecifies no underlined text.
NotSetSpecifies that the underline font style is not set.
UnderlineSpecifies underlined text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.UnderlineFontStyle

See Also