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 table cell is the physical cell and not its cached version.
The example of use is given on the page with description of the TabSheetRange.eachVisibleCoord method.
Seebsp;also: