Is there a way to c...
 
Notifications
Clear all

Is there a way to check if the selected Cell is in edit mode?

1 Posts
2 Users
0 Likes
1,520 Views
0
Topic starter

Is there a way to determine if the currently selected cell is in edit mode?  I am not seeing a method like CellIsEditing(row, column) as Boolean.  

 

1 Answer
0

You may want to take a look at the CellWillEdit event. That will fire whenever a cell goes into editing mode. You can also check for ActiveCell<>nil and use FocusedCell to get the Row:Column