C1.Excel Assembly / C1.Excel Namespace / XLFontScript Enumeration

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

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

See Also