Enum ExcelVerticalAlignmentFont
Font-Vertical Align
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum ExcelVerticalAlignmentFont
  Fields
| Name | Description | 
|---|---|
| Baseline | The text in the parent run will be located at the baseline and presented in the same size as surrounding text  | 
      
| None | None  | 
      
| Subscript | The text will be subscript.  | 
      
| Superscript | The text will be superscript.  |