TabSheet.getChangedCells

Syntax

getChangedCells();

Description

The getChangedCells method returns array of edited cells' data.

Comments

This method returns an array of JSON object with the following fields: CellData - object that contains cell values, V - new cell value, S - style and other.

Example

The example of use is given on the page TabSheet.clearChangedCells.

Seebsp;also:

TabSheet