ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLTextLayout Class / VertAlign Property

In This Topic
    VertAlign Property (XLTextLayout)
    In This Topic
    Gets or sets horizontal text alignment.
    Syntax
    'Declaration
     
    Public Property VertAlign As TextAlignType
    public TextAlignType VertAlign {get; set;}
    See Also