The vertical alignment in the cell
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelVerticalAlignment VerticalAlignment { get; set; } |
Visual Basic (Declaration) |
---|
Public Property VerticalAlignment As ExcelVerticalAlignment |
Visual C++ |
---|
public: property ExcelVerticalAlignment VerticalAlignment { ExcelVerticalAlignment get (); void set (ExcelVerticalAlignment value); } |