C1.Web.Api.Excel Namespace / VAlignType Enumeration

VAlignType Enumeration
Vertical alignment options.
Syntax
'Declaration
 
<Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter)>
Public Enum VAlignType 
   Inherits 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