PrxAdjustMode

Description

The PrxAdjustMode enumeration contains methods of adjusting cell size.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Default. Default.
1 ColumnsThenRows. Columns first, then rows.
2 RowsThenColumns. Rows first, then columns.
3 None. No adjusting.
4 Columns. Only columns: width of each column is adjusted to fit the longest line in cells of this column.
5 Rows. Only rows: height of each row is adjusted to fit the highest cell in this row.

See also:

Report Assembly Enumerations