CellFormat object, TableFacts object
Returns or sets the horizontal alignment of text in a table column. This property corresponds to the features on the Alignment Properties dialog box.
Read-write, BqHorizontalAlignment
The HorizontalAlignment property uses the BqHorizontalAlignment constant group, which consists of these values:
This example shows how to align left the horizontal text in the Unit Sales column:
ActiveDocument.Sections["Report"].Body.Tables["Table"].Facts["Unit Sales"].HorizontalAlignment=bqAlignLeft