C1.Web.Mvc.Sheet Namespace / VAlignType Enumeration

VAlignType Enumeration
Vertical alignment options.
Syntax
'Declaration
 
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.Mvc.Sheet.VAlignType

See Also