GridPanel.setRowHeight

Syntax

setRowHeight (rowNumber, height);

Parameters

rowNumber. Row serial number

height. Row height.

Description

The setRowHeight method sets the height of the table row.

Example

The example of method use is given in description of the setColumnWidth method.

See also:

GridPanel