TabSheetRange.eachColIndex

Syntax

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

Parameters

action. Function invoked on each iteration through table columns 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 indexes of table columns. If the parameter is True, iteration starts with index of the last column, if it is False otherwise. This is an optional parameter, by default it is set to False.

Description

The eachColIndex methods executes the specified function on iterating indexes of each column in the given range.

Example

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

See also:

TabSheetRange