TabSheetMeasures.RowHeight

Syntax

RowHeight: Number

Description

The RowHeight property sets height of a specified table row.

Comments

Use the setRowHeight method to set the property value, and the getRowHeight method to get the property value. Property value cannot be set from JSON.

The following two parameters are specified on calling the setRowHeight method: value - new value of the row height, and rowIndex - index of this row.

The following two parameters are specified on calling the getRowHeight method: rowIndex - index of the table row, for which the user needs to get the height value, isVirtual - parameter indicating if the addressed table row is virtual or real.

Example

The example of use is given on the page with description of the TabSheetMeasures.ColumnWidth property.

Seebsp;also:

TabSheetMeasures