ExcelCellVerticalAlignmentType Enumeration

The vertical alignment of data in a cell

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
C#
public enum ExcelCellVerticalAlignmentType

Members

Top0 Top aligned
Center1 Centered
Bottom2 Bottom aligned
Justify3 Jistified
Distributed4 Distributed

See Also