2.426 .xalignment[index]
This tablefield attribute defines the horizontal alignment of the content (left, centered, right) within the cell for the cell in row I and column J.
The value of .xalignment[0,0] is applied to all cells for which no horizontal alignment has been specified.
Definition
-
Data type
integer
-
Access
get, set
-
changed event
yes

-
C
Data type: DT_integer
-
COBOL
Data type: DT-integer
-
Default value
1
-
Classification
object-specific attribute
-
Objects
Value range
- -1
- right aligned
- 0
- horizontally centered
- 1
-
left aligned
Default value when not overwritten by .xalignment[0,0]
Note
To use this attribute .options[opt_new_align] has to be true.