eachRealCell(action: function, context: Object);
action. Function invoked for each 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 eachRealCell executes specified function for each 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.eachCoord method.
Seebsp;also: