TabSheetMeasures.eachVisibleColIndex

Syntax

eachVisibleColIndex(action: function, context: Object, args: Array);

Parameters

action. Function invoked on iterating through indexes of each visible table column.

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

args. Array of table columns' indexes. Optional parameter, by default this array is empty.

Description

The eachVisibleColIndex method executes the specified function when iterating through indexes of each visible table column.

Example

The example of use is given on the page with description of the TabSheetMeasures.iterateColumnWidth method.

Seebsp;also:

TabSheetMeasures