Xceed Workbooks for .NET v2.0 Documentation
VerticalAlignment Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : VerticalAlignment Enumeration
Specifies the types of vertical alignments possible for a cell.
Syntax
'Declaration
 
Public Enum VerticalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As VerticalAlignment
public enum VerticalAlignment : System.Enum 
Members
MemberDescription
BottomThe content will be aligned to the bottom of the cell.
CenterThe content will be aligned to the center of the cell.
DistributedThe text will be centered as well as aligned with the top and bottom sides of the cell.
JustifyThe text will be aligned with the top and bottom sides of the cell.
TopThe content will be aligned to the top of the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Workbooks.NET.VerticalAlignment

Requirements

Target Platforms: Windows 11, Windows 10, 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

Xceed.Workbooks.NET Namespace