Style.Font.VerticalAlignValue Enumeration

PicoXLSX

PicoXLSX

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)
Syntax
C#
public enum VerticalAlignValue
Members
  Member nameValueDescription
subscript0Text will be rendered as subscript
superscript1Text will be rendered as superscript
none2Text will be rendered normal
See Also