Vertical alignment styles used for
CellStyle.VerticalAlignment.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum VerticalAlignmentStyle |
| Visual Basic |
|---|
Public Enumeration VerticalAlignmentStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Top | 0 | Top alignment. | |
| Center | 1 | Center alignment. | |
| Bottom | 2 | Bottom alignment. | |
| Justify | 3 | Justify alignment. | |
| Distributed | 4 | Distributed alignment. |