Versions Compared

Key

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

...

Code Block
Set_Property(OLECtrlEntID, "OLE.ColumnWidth[col]", Value)

Values

Value can be any positive or negative whole number.

Indices

IndexDescription
colThe index to a column in the report table

Remarks

The ColumnWidth property sets the column's width in pixels. For auto size columns, this property's value determines its size in ratio to the widths of the other columns. Otherwise, this value is the exact size of the column.

...