Style.CellXf.VerticalAlignValue Enumeration

PicoXLSX

PicoXLSX

StyleCellXfVerticalAlignValue Enumeration

Enum for the vertical alignment of a cell

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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