IPivotTableCellEventArgs

Assembly: Pivot;

Description

The IPivotTableCellEventArgs interface contains properties of argument of the event that occurs on table cell data change.

Inheritance Hierarchy

          IPivotTableCellChangeEventArgs

          IPivotTableCellEventArgs

Comments

The event that occurs on cell data change is handled in the IPivotEvents.OnPivotTableCellChange event.

Properties

  Property name Brief description
Cancel The Cancel property determines whether cell value can be changed.

Properties inherited from IPivotTableCellChangeEventArgs

  Property name Brief description
Column The Column property returns index of changed cell column.
NewValue The NewValue property returns new cell value.
Row The Row property returns index of changed cell row.
Table The Table property returns data of the table, in which a cell is changed.

See also:

Pivot Assembly Interfaces