Documentation for this section has not yet been entered.
Use the TableRow.HorizontalAlign property to specify the horizontal alignment of the contents of the row. The following table lists the possible values.
HorizontalAlign.NotSet |
The horizontal alignment is not set. |
HorizontalAlign.Left |
The contents of the row are left justified. |
HorizontalAlign.Center |
The contents of the row are centered. |
HorizontalAlign.Right |
The contents of the row are right justified. |
HorizontalAlign.Justify |
The contents of the row are uniformly spread out and aligned with both the left and right margins. |