Style.CellXf.VerticalAlignValue Enumeration

NanoXLSX

NanoXLSX

StyleCellXfVerticalAlignValue Enumeration

Enum for the vertical alignment of a cell

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public enum VerticalAlignValue
Members
  Member nameValueDescription
bottom0Content will be aligned on the bottom (default)
top1Content will be aligned on the top
center2Content will be aligned in the center
justify3justify alignment
distributed4Distributed alignment
none5No alignment. The alignment will not be used in a style
See Also