eachVisibleRealCell(action: function, context: Object);
action. Function invoked for each visible real cell in the given range.
context. Context from which the method is called. This is an optional parameter, by default it equals to the current context of this.
The eachVisibleRealCell method executes specified function for each visible real cell in the given range.
A real cell in the table is the cell itself, and not its cached view.
The example of use is given on the page with description of the TabSheetRange.eachVisibleCoord method.
Seebsp;also: