IDimensionViewer.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 is used to automatically fit a column based on its contents.

Comments

Use the IDimensionViewer.AdjustWidthOnlyVisible property to determine autofit mode.

Fore and Fore.NET Examples

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

See also:

IDimensionViewer