Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Modified property can be used to examine whether or not the user has made any changes to the current cell. Furthermore, you can set this property to any state you desire for custom effects. For instance, you may set an othewise un-modified cell to modified in the interest of ensuring that the BeforeUpdateevent fires.

This property only affects the cell currently in edit mode. If no cell is in edit mode, then setting this property does nothing and getting this property returns FALSE.

...