property Column.Alignment as AlignmentEnum
Retrieves or sets the alignment of the caption into the column's header.

TypeDescription
AlignmentEnum An AlignmentEnum expression that indicates the alignment of the cells in the column.

The Alignment property aligns the cells in the column.  The HeaderAlignment property aligns the caption of the column in the column's header. Use the CellHAlignment property to align a particular cell. By default, all columns are aligned to the left. Use the CellVAlignment property to align vertically the cell's caption.