IDimensionViewer.AdjustWidth

Syntax

AdjustWidth(Column: Integer);

Parameters

Column. Index of the column, which width is autofitted.

Description

The AdjustWidth method autofits width of the column taking into account its contents.

Comments

The Autofit mode is determined by the IDimensionViewer.AdjustWidthOnlyVisible property.

Example

The method use is given in the example for IDimensionViewer.AdjustWidthOnlyVisible.

See also:

IDimensionViewer