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

In This Topic
    VAlignType Enumeration
    In This Topic
    Vertical alignment options.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter)>
    Public Enum VAlignType 
       Inherits System.Enum
    [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)]
    public enum VAlignType : System.Enum 
    Members
    MemberDescription
    BottomAligned To Bottom.
    CenterCentered Vertical Alignment.
    Justify 
    TopAlign Top.
    Inheritance Hierarchy

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

    See Also