iterateRowHeight(action: function, context: Object, reverse: Boolean);
action. Function invoked on each iteration through values of table rows height.
context. Context from which the method is called. This parameter is optional, by default it equals to the current context of this
reverse. Parameter indicating direction of iteration through values of table rows height. If the parameter is True, iteration starts with value of the last row height, and vice versa if the parameter is False. This is an optional parameter, by default it is set to False.
The iterateRowHeight method iterates through values of table rows height.
The example of use is given on the page with description of the TabSheetMeasures.iterateColumnWidth method.
Seebsp;also: