Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / OverlineFontStyle Enumeration
Example Example


In This Topic
    OverlineFontStyle Enumeration
    In This Topic
    Specifies whether the overline font style is applied to the text.
    Syntax
    'Declaration
     
    
    Public Enum OverlineFontStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OverlineFontStyle
    public enum OverlineFontStyle : System.Enum 
    Members
    MemberDescription
    NoneSpecifies no overline text.
    NotSetSpecifies that the overline font style is not set.
    OverlineSpecifies overline text.
    Example
    This example sets the OverlineFontStyle enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.OverlineFontStyle

    See Also