TabSheetRange.eachRowIndex

Syntax

eachRowIndex(action: function, context: Object, reverse: Boolean);

Parameters

action. Function invoked on each iteration of table rows indexes.

context. Context from which the method is called. This is an optional parameter, by default it equals to the current context of this.

reverse. Parameter that indicates direction of iteration through table rows indexes. If the parameter is True, iteration starts with index of the last row, if it is False otherwise. This is an optional parameter, by default it is set to False.

Description

The eachRowIndex method executes specified function when iterating through indexes of each row in the given range.

Example

The example of use is given on the page with description of the TabSheetRange.eachCell.

See also:

TabSheetRange