ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLStyle Class / AlignVert Property

In This Topic
    AlignVert Property
    In This Topic
    Gets or sets the vertical alignment for this XLStyle.
    Syntax
    'Declaration
     
    Public Property AlignVert As XLAlignVert
    public XLAlignVert AlignVert {get; set;}
    Remarks
    Set the XLAlignVert property to XLAlignVert.Undefined to suppress this style element and use the default horizontal alignment instead (XLAlignVert.Bottom).
    See Also