Vertical alignment styles used for
CellStyle.VerticalAlignment.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax
public enum 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. |
See Also