Column Object Properties: Alignment 
Purpose
Controls the alignment of the cells in the Column object.
Returns
type Short
Description
Legal values for Alignment are:
Value |
Description |
tavColumnAlignGeneral = 1 |
Text is aligned left justified, numerical, date and time values are aligned right justified. |
tavColumnAlignLeft = 2 |
All output is aligned left justified. |
tavColumnAlignCenter = 3 |
All output is centered. |
tavColumnAlignRight = 4 |
All output is aligned right justified. |
tavColumnAlignFill = 5 |
All output is aligned left justified and repeated until the entire column width is filled. |