Specifies how a gridcell is vertically aligned.
public enum VerticalAlignmentType
Members
| Member Name | Description | Value |
| Top | The object or text is aligned on the top of the gridcell. | 0 |
| Centred | The object or text is aligned in the center of the gridcell. | 1 |
| Bottom | The object or text is aligned on the bottom of the gridcell. | 2 |
| Justified |
| 3 |
| Distributed |
| 4 |
Requirements
Namespace: Aspose.Grid.Desktop
Assembly: Aspose.Grid.Desktop (in Aspose.Grid.Desktop.dll)
See Also
Aspose.Grid.Desktop Namespace