Called in main thread whenever a connected cell range is updated
[C++]
virtual void OnCellUpdate(
PCXPPRANGEDATA data,
PXPPCELLFORMAT format
);
Read-only structure containing information about the cell, including its previous and current values.
Writeable structure containing formatting instructions for the cell. The flMask member should be set to indicate which of the structure's members have been populated.
This event is raised in the main thread just after a range has been
recalculated and just before it is reformatted. The implementation may populate various members of *format.
The default implementation sets cells whose numeric value has increased to blue text,
and cells whose value has decreased to red.
If GetFormatChangedCells() returns FALSE, then the default implementation does nothing.
Header: xlppush.h
CXllPushApp Class
| CXllPushApp Methods
| CXllPushApp::OnTopicRemove