Specifies how to align cell content vertically within a cell.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public enum XLAlignVertEnum
Visual Basic
Public Enumeration XLAlignVertEnum

Members

Member nameValueDescription
Undefined-1Not specified (use default).
Top0Align to cell top.
Center1Align to cell center.
Bottom2Align to cell bottom.
Justify3Justify content vertically to span the whole cell height.

See Also