[]
        
(Showing Draft Content)

C1.WPF.Excel.XLAlignVertEnum

XLAlignVertEnum Enum

Specifies how to align cell content vertically within a cell.

Namespace: C1.WPF.Excel
Assembly: C1.WPF.Excel.4.6.2.dll
Syntax
public enum XLAlignVertEnum : 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).