IPivotTableCellEventArgs.Cancel

Syntax

Cancel: Boolean;

Description

The Cancel property determines whether cell value can be changed.

Comments

If the property is set to True, cell editing lock icon is displayed for a cell.

Example

The method use is given in the example for IPivotEvents.OnPivotTableCellChange.

See also:

IPivotTableCellEventArgs