ALIGNMENT (alphanumeric)

This special property describes the alignment of each column in the grid. Each time you set this property, you describe the alignment for the next column in the grid, starting with the first. Setting this property to spaces clears the previously specified alignments. Valid values are as follows (case does not matter):

Value     Description
L left justified
R right justified
C centered
U unaligned

Unaligned data is displayed in the cell as is. Otherwise, leading and trailing spaces are removed from the data, and it is justified as specified. The default for unspecified columns is unaligned.

The following example sets various alignments for a three-column grid:

ALIGNMENT = ( "L", "R", "C" )