Gets or sets the vertical alignment for this XLStyle.

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

Syntax

C#
public XLAlignVertEnum AlignVert { get; set; }
Visual Basic
Public Property AlignVert As XLAlignVertEnum
	Get
	Set

Remarks

Set the AlignVert property to Undefined to suppress this style element and use the default horizontal alignment instead (Bottom).

See Also