Prev EEAlign class |
ExcelExplorer Manual |
Next VAlign |
 |
(ExcelExplorer 4.0)
Get horizontal alignment.
integer HAlign( )
Parameters
- None
Description
Returns horizontal data alignment. Possible values are:
| Constant |
Description |
| EE_HALIGN_GENERAL |
General alignment (depends on data type) |
| EE_HALIGN_LEFT |
Data is left-aligned |
| EE_HALIGN_CENTER |
Data is centered within a cell or a merged cells area |
| EE_HALIGN_RIGHT |
Data is right-aligned |
| EE_HALIGN_FILL |
Fill cell with data |
| EE_HALIGN_JUSTIFY |
Justify data in the cell |
| EE_HALIGN_CENTERSEL |
Data is centered across selection |
| EE_HALIGN_DISTRIB |
Distributed |
|