2.438 .yalignment[index]

This tablefield attribute defines the vertical alignment of the content (top, centered, bottom) within the cell for the cell in row I and column J.

The value of .yalignment[0,0] is applied to all cells for which no vertical alignment has been specified.

Definition

  • Data type

    integer

  • Access

    get, set

  • changed event

    yes

Value range

-1
bottom aligned
0
vertically centered
1

top aligned

Default value when not overwritten by .yalignment[0,0]

Note

To use this attribute .options[opt_new_align] has to be true.