eachVisibleColIndex(action: function, context: Object, args: Array);
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.
The eachVisibleColIndex method executes the specified function when iterating through indexes of each visible table column.
The example of use is given on the page with description of the TabSheetMeasures.iterateColumnWidth method.
Seebsp;also: