IDimensionViewerBase.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

To determine whether autofit takes into account width of the elements that are visible in the component, use the IDimensionViewerBase.AdjustWidthOnlyVisible property.

Example

The example of use is given in description of the IDimensionViewerBase.AdjustWidthOnlyVisible property.

See also:

IDimensionViewerBase