| Visual Basic (Declaration) | |
|---|---|
Public Enum VertAlignments Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum VertAlignments : Enum | |
| Member | Description |
|---|---|
| Top | Aligns text to the top of the cell. |
| Center | Centers text vertically in the cell. |
| Bottom | Aligns text to the bottom of the cell. |
| Justify | Justifies text vertically in the cell. |
System.Object
System.ValueType
System.Enum
DataDynamics.SpreadBuilder.Style.VertAlignments