method Items.ClearCellHAlignment (Index as Long, ColIndex as Variant)
Clears the cell's alignment.
Type
Description
Index as Long
A long expression that indicates the index of the item.
ColIndex as Variant
A long expression that indicates the column's index, a string expression that
indicates the column's key or the column's caption.
Use the ClearCellHAlignment method to clear the alignment
of the cell's caption previously set using the CellHAlignment
property. If the CellHAlignment property is not called, the Alignment property of the Column
object specifies the alignment of the cell's caption.