XlCellAlignment Properties
Contains alignment settings for a cell.
Name | Description |
---|---|
Horizontal |
Gets or sets the horizontal alignment of the cell content. |
Indent | Gets or sets the cell content indention from the cell edge depending on the applied horizontal alignment. |
Justify |
Gets or sets a value indicating whether the justified or distributed alignment should be applied to the last line of the cell text. |
Reading |
Gets or sets the reading order for text in a cell. |
Relative |
Reserved for future use. Gets or sets the additional indent value to add some extra space between the cell content and the cell edge. |
Shrink |
Gets or sets a value indicating whether the font size of the cell text should be automatically adjusted to fit the cell width. |
Text |
Gets or sets the rotation angle of the cell content. |
Vertical |
Gets or sets the vertical alignment of the cell content. |
Wrap |
Gets or sets a value indicating whether the text contained in a cell should be wrapped into multiple lines. |
See Also