ComponentOne Web API Edition
HAlignType Enumeration

C1.Web.Api.Excel Namespace : HAlignType Enumeration
Horizontal alignment options.
Syntax
'Declaration
 
<Newtonsoft.Json.JsonConverterAttribute(ConverterType=Newtonsoft.Json.Converters.StringEnumConverter, ConverterParameters=)>
Public Enum HAlignType 
   Inherits System.Enum
[Newtonsoft.Json.JsonConverter(ConverterType=Newtonsoft.Json.Converters.StringEnumConverter, ConverterParameters=)]
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

Reference

C1.Web.Api.Excel Namespace