Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / VerticalAlignment Enumeration


In This Topic
    VerticalAlignment Enumeration
    In This Topic
    Contains the various types of vertical alignments that can be used in 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 with the bottom of the Cell.
    CenterThe content will be centered in middle of the Cell.
    DistributedThe text will be centered, but will also be aligned with the top and bottom sides of the Cell when possible.
    JustifyThe text will be aligned with the top & bottom sides of the Cell.
    TopThe content will be aligned with 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