Show contents 

Express > Express Assembly Interfaces > IEaxGridAdjustSettings > IEaxGridAdjustSettings.AllowAdjust

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 property use is given in the example for IEaxGrid.Adjust.

See also:

IEaxGridAdjustSettings