Fired after a cell's contents change.
Public Event CellvalueChanged As CellEventHandler
Grid Object
The following parameters are available:
Parameter | Description |
Row | Row number of cell where change occurs. |
Col | Column number of cell where change occurs. |
This event allows you to perform some processing whenever the contents of a cell change, this is useful to provide conditional formatting and dynamic data summaries (that get updated automatically whenever the data changes).