IEaxGridAdjustSettings.Mode

Syntax

Mode: EaxAdjustMode;

Description

The Mode property determines cell autofit mode.

Comments

If the automatic adjustment of cell size is enabled, you need to set its parameters using the IEaxGridAdjustSettings.MaxRowsInCell and IEaxGridAdjustSettings.MinVisibleDataColumns properties.

Example

The property use is given in the example for IEaxGrid.AdjustSettings.

See also:

IEaxGridAdjustSettings