ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 XLAlignHorzEnum
    public XLAlignHorzEnum AlignHorz {get; set;}
    Remarks
    Set the AlignHorz property to XLAlignHorzEnum.Undefined to suppress this style element and use the default horizontal alignment instead (XLAlignHorzEnum.General).
    See Also