TabSheetRange.eachRealCell

Syntax

eachRealCell(action: function, context: Object);

Parameters

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.

Description

The eachRealCell executes specified function for each real cell in the given range.

Comments

A real cell in the table is the cell itself, and not its cached view.

Example

The example of use is given on the page with description of the TabSheetRange.eachCoord method.

Seebsp;also:

TabSheetRange