Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / HAlign Property

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