TabSheetMeasures.RowResizeEnabled

Syntax

RowResizeEnabled: Boolean;

Description

The RowResizeEnabled property determines whether row height can be changed using the mouse.

Comments

Use the setRow method to set the property value, and the getRowResizeEnabled method to get the property value.

The following two parameters are specified on calling the setRowResizeEnabled method: colIndex - table row index, and value (Boolean) - whether row height can be changed.

On calling the getRowResizeEnabled method specify one parameter: colIndex - table row index, for which you want to get whether height can be changed.

Example

The example of use is given on the page with description of the TabSheetMeasures.ColumnResizeEnabled method.

See also:

TabSheetMeasures