Table of Contents

Enum ExcelVerticalAlignmentFont

Namespace
OfficeOpenXml.Style
Assembly
EPPlus.dll

Font-Vertical Align

public enum ExcelVerticalAlignmentFont

Fields

Baseline = 1

The text in the parent run will be located at the baseline and presented in the same size as surrounding text

None = 0

None

Subscript = 2

The text will be subscript.

Superscript = 3

The text will be superscript.