Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / HAlignType Enumeration

In This Topic
    HAlignType Enumeration
    In This Topic
    Horizontal alignment options.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter)>
    Public Enum HAlignType 
       Inherits System.Enum
    [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)]
    public enum HAlignType : System.Enum 
    Members
    MemberDescription
    CenterCentered Horizontal Alignment.
    FillFill.
    GeneralGeneral Horizontal Alignment.
    JustifyJustify.
    LeftLeft Horizontal Alignment.
    RightRight Horizontal Alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.Excel.HAlignType

    See Also