[]
Specifies how text is aligned in a grid cell.
public enum TextAlignEnum
| Name | Description |
|---|---|
| CenterBottom | Text is horizontally aligned to the center and vertically aligned to the bottom of the cell. |
| CenterCenter | Text is horizontally aligned to the center and vertically aligned to the center of the cell. |
| CenterTop | Text is horizontally aligned to the center and vertically aligned to the top of the cell. |
| GeneralBottom | Numbers are aligned to the right, other values to the left, and vertically aligned to the bottom. |
| GeneralCenter | Numbers are aligned to the right, other values to the left, and vertically aligned to the center. |
| GeneralTop | Numbers are aligned to the right, other values to the left, and vertically aligned to the top. |
| LeftBottom | Text is horizontally aligned to the left and vertically aligned to the bottom of the cell. |
| LeftCenter | Text is horizontally aligned to the left and vertically aligned to the center of the cell. |
| LeftTop | Text is horizontally aligned to the left and vertically aligned to the top of the cell. |
| RightBottom | Text is horizontally aligned to the right and vertically aligned to the bottom of the cell. |
| RightCenter | Text is horizontally aligned to the right and vertically aligned to the center of the cell. |
| RightTop | Text is horizontally aligned to the right and vertically aligned to the top of the cell. |