ComponentOne Excel for UWP
XLFontScript Enumeration

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace : XLFontScript Enumeration
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

Reference

C1.Xaml.Excel Namespace