eachVisibleCoord(action: function, context: Object);
action. The function to be executed on iterating through each visible coordinate of the table.
context. Context from which the method is called. This is an optional parameter, by default it equals to the current context of this.
The eachVisibleCoord method executes the specified function when iterating through each visible coordinate of the table.
The example of use is given on the TabSheetMeasures.iterateLeftOffset page.
Seebsp;also: