PicoXLSX Library Documentation
![]() | StyleFontVerticalAlignValue Enumeration |
Enum for the vertical alignment of the text from base line
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
SyntaxC#
public enum VerticalAlignValue
Members| Member name | Value | Description | |
|---|---|---|---|
| subscript | 0 | Text will be rendered as subscript | |
| superscript | 1 | Text will be rendered as superscript | |
| none | 2 | Text will be rendered normal |
See Also