Assembly: Pivot;
The IPivotTableCellChangeEventArgs interface contains properties of argument of the event that occurs after changing table cell data.
IPivotTableCellChangeEventArgs
The event that occurs after changing cell data is handled in the IPivotEvents.OnPivotTableCellChanged event.
The interface is a basic one for the IPivotTableCellEventArgs interface.
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: