Clearing a block selection (copy/paste)

How can I clear the selection when a user is doing a block selection? I didn’t see anything in the API for doing this, the only thing I saw was clearSelection but I’d really like clearBlockSelection or something similar.

There is no public methods, but you can use inner one.
grid._HideSelection();