Enum VerticalAlignmentType
VerticalAlignmentType enumeration
Specifies how a gridcell is vertically aligned.
public enum VerticalAlignmentType
Values
Name | Value | Description |
---|---|---|
Top | 0 | The object or text is aligned on the top of the gridcell. |
Centred | 1 | The object or text is aligned in the center of the gridcell. |
Bottom | 2 | The object or text is aligned on the bottom of the gridcell. |
Justified | 3 | |
Distributed | 4 |
See Also
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop