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

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