IPivotTable.IsChangedCell

Syntax

IsChangedCell(Row: Integer; Column: Integer): Boolean;

Parameters

Row. Index of the row, in which the cell is located.

Column. Index of the column, in which the cell is located.

Description

The IsChangedCell property returns whether changed data exists in a cell, row and column index of which are passed by the Row and the Column parameters respectively.

Comments

The property returns True if data was changed, but the Post or the Cancel method was not called.

See also:

IPivotTable