Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Set_Property(OLECtrlEntID, "OLE.ColumnAlignment[col]", OptionValue)
 

Values

OptionValue can be set to one of the following valid options:

...

The ColumnAlignment property determines the alignment of the data within that column. It does not affect the alignment of the column's header or footer. For those, use ColumnHeaderAlignment or ColumnFooterAlignment respectively.

Example

Code Block
// Right align the third column 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnAlignment[3]", "Right")

See Also

ColumnFooterAlignmentColumnHeaderAlignment