[]
        
(Showing Draft Content)

C1.Excel.XLAlignVert

XLAlignVert Enum

Specifies how to align cell content vertically within a cell.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum XLAlignVert : byte

Fields

Name Description
Bottom

Align to cell bottom.

Center

Align to cell center.

Justify

Justify content vertically to span the whole cell height.

Top

Align to cell top.

Undefined

Not specified (use default).