SpreadsheetGear 2017
VAlign Enumeration






SpreadsheetGear Namespace : VAlign Enumeration
Specifies the vertical alignment of text.
Syntax
'Declaration
 
Public Enum VAlign 
   Inherits System.Enum
'Usage
 
Dim instance As VAlign
public enum VAlign : System.Enum 
public enum VAlign = class(System.Enum)
public enum VAlign extends System.Enum
__value public enum VAlign : public System.Enum 
public enum class VAlign : public System.Enum 
Members
MemberDescription
BottomSpecifies that text is placed at the bottom.
CenterSpecifies that text is vertically centered.
DistributedSpecifies that rotated text should wrap and be aligned to form straight edges on the left and right, including the last line.
JustifySpecifies that rotated text is vertically justified.
TopSpecifies that text is placed at the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.VAlign

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace