Posted 12 December 2019, 12:32 pm EST
We have created a custom class for CellEditUndoAction. We want to use these for certain cells that we edit and use the default CellEditUndoAction class for all other cells.
Is there a way to overload the method that creates the EditCellUndoAction objects so that we can determine if we want to use CellEditUndoAction or our CustomCellEditUndoAction class?
If so, could you give an example of the method?