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 table cell is the physical cell and not its cached version.

Example

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

Seebsp;also:

TabSheetRange