RowHeight: Number
The RowHeight property returns height of a table row.
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.
On calling the setRowHeight method the following two parameters are specified: value - new row height value, rowIndex - index of the row with the edited height value.
On calling the getRowHeight method specify the rowIndex parameter: that is, index of the table row for which the user wants to get the height value.
The example of use is given on the TabSheetSettings.ColumnWidth property description page.
See also: