VerticalAlign Property

Office Open XML

Vertical Alignment

Namespace:  OfficeOpenXml.Style
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelVerticalAlignmentFont VerticalAlign { get; set; }
Visual Basic (Declaration)
Public Property VerticalAlign As ExcelVerticalAlignmentFont
Visual C++
public:
property ExcelVerticalAlignmentFont VerticalAlign {
	ExcelVerticalAlignmentFont get ();
	void set (ExcelVerticalAlignmentFont value);
}

See Also