Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StrikeoutFontStyle Enumeration


In This Topic
    StrikeoutFontStyle Enumeration
    In This Topic
    Specifies whether the strikeout font style is applied to the text.
    Syntax
    'Declaration
     
    
    Public Enum StrikeoutFontStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StrikeoutFontStyle
    public enum StrikeoutFontStyle : System.Enum 
    Members
    MemberDescription
    NoneSpecifies no strikeout text.
    NotSetSpecifies that the strikeout font style is not set.
    StrikeoutSpecifies strikeout text.
    Inheritance Hierarchy

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

    See Also