[]
Specifies how to align cell content horizontally within a cell.
public enum XLAlignHorz : byte
Name | Description |
---|---|
Center | Align to cell center. |
Fill | Fill cell, repeating content as necessary. |
General | Align strings to the left, numbers to the right. |
Justify | Justify content horizontally to span the whole cell width. |
Left | Align to cell left. |
Right | Align to cell right. |
Selection | Align to selection center (may span multiple cells). |
Undefined | Not specified (use default). |