Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / AlignVert Property

In This Topic
    AlignVert Property (XLStyle)
    In This Topic
    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