ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableCommonStyle Class / HAlign Property

In This Topic
    HAlign Property (WorkbookTableCommonStyle)
    In This Topic
    Gets or sets the horizontal alignment of cell content.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property HAlign As HAlignType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public HAlignType HAlign {get; set;}
    See Also