IDimensionViewerBase.AdjustWidth

Fore Syntax

AdjustWidth(Column: Integer);

Fore.NET Syntax

AdjustWidth(Column: Integer);

Parameters

Column. Index of the column, whose width is automatically adjusted.

Description

The AdjustWidth method adjusts automatically 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