ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLTextShape Class / HorizAlign Property

In This Topic
    HorizAlign Property
    In This Topic
    Gets or sets a horizontal alignment of the text in this XLTextShape.
    Syntax
    'Declaration
     
    Public Property HorizAlign As XLHorizTextAlign
    public XLHorizTextAlign HorizAlign {get; set;}
    See Also