Click or drag to resize

ExcelCellVerticalAlignmentType Enumeration

The vertical alignment of data in a cell

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelCellVerticalAlignmentType
Members
  Member nameValueDescription
Top0 Top aligned
Center1 Centered
Bottom2 Bottom aligned
Justify3 Jistified
Distributed4 Distributed
See Also