SSpread.ProcessDelete Property
Set whether to delete the data or formula in the selected cell with the Delete key.
Specify $DeleteDataOnly to delete only the data in the cell, and $DeleteAll to delete the formula set in the cell as well. The initial value is $DeleteNone (Delete key is invalid).
The EditError event is raised if any of the selected cells have a locked cell.
Added since Ver.5.0.2
Related Item
EditError event