'Declaration
Public Enum VerticalAlignment Inherits System.Enum
'Usage
Dim instance As VerticalAlignment
public enum VerticalAlignment : System.Enum
'Declaration
Public Enum VerticalAlignment Inherits System.Enum
'Usage
Dim instance As VerticalAlignment
public enum VerticalAlignment : System.Enum
Member | Description |
---|---|
Bottom | The content will be aligned with the bottom of the Cell. |
Center | The content will be centered in middle of the Cell. |
Distributed | The text will be centered, but will also be aligned with the top and bottom sides of the Cell when possible. |
Justify | The text will be aligned with the top & bottom sides of the Cell. |
Top | The content will be aligned with the top of the Cell. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.VerticalAlignment
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