Specifies how to align cell content vertically within a cell.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public enum XLAlignVertEnum |
Visual Basic |
---|
Public Enumeration XLAlignVertEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Undefined | -1 | Not specified (use default). | |
Top | 0 | Align to cell top. | |
Center | 1 | Align to cell center. | |
Bottom | 2 | Align to cell bottom. | |
Justify | 3 | Justify content vertically to span the whole cell height. |