ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLFontScript Enumeration

In This Topic
    XLFontScript Enumeration
    In This Topic
    The Excel font superscript/subscript style (escapement type).
    Syntax
    'Declaration
     
    Public Enum XLFontScript 
       Inherits System.Enum
    public enum XLFontScript : System.Enum 
    Members
    MemberDescription
    NoneWithout escapement (normal font).
    SubscriptSubscript escapement type.
    SuperscriptSuperscript escapement type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Excel.XLFontScript

    See Also