IEaxGridAdjustSettings.AllowAdjust

Syntax

AllowAdjust: Boolean;

Description

The AllowAdjust property determines whether cell autofit is executed.

Comments

The property is set to True by default, cell size autofit is executed during table contents refresh. Cell size autofit is also executed on settings change using the properties of the IEaxGridAdjustSettings current interface.

If the property is set to False, cell size autofit is not executed. The IEaxGrid.Adjust method can be used to execute autofit.

Example

The example of use is given in description of the IEaxGrid.Adjust method.

See also:

IEaxGridAdjustSettings