Excel for WPF and Silverlight
AlignVert Property (XLStyle)

C1.WPF.Excel Namespace > XLStyle Class : AlignVert Property
Gets or sets the vertical alignment for this XLStyle.
Syntax
'Declaration
 
Public Property AlignVert As XLAlignVertEnum
public XLAlignVertEnum AlignVert {get; set;}
Remarks
Set the AlignVert property to XLAlignVertEnum.Undefined to suppress this style element and use the default horizontal alignment instead (XLAlignVertEnum.Bottom).
See Also

Reference

XLStyle Class
XLStyle Members