A
AlignmentEnum expression that specifies the
alignment of the column.
By default, the Alignment property is CenterAlignment. The
Alignment property aligns the Caption and
content of the columns' cells. Use the Def(exCellDrawPartsOrder)
property to specify the order of the parts inside the cell. For instance, if
you want to display the column's check box aligned to the right, set the Alignment property
to
RightAlignment, and change the Def(exCellDrawPartsOrder)
property to "caption,picture,icons,icon,check". You can use any of
the following HTML tags to align portion of text inside the captions:
<c> centers the rest of the text
<r>, aligns the rest of the text to the right
if any of these tags are missing, the text is left aligned.