Unselect range in DataTable

Method selectRange(idRow1, idCol1, idRow2, idCol2) in DataTable allows select cells in the range.
Where is method unSelectRange?

p.s. cycle ($.each() ) takes a long long time for big table (2000 columns, for examples).

I saw clearSelection method.
Unfortunately, this is not the same as the unSelectRange.

Ok.
In any case, it was important to me to know the opinion of a professional.
Thank you.

There is a clearSelection API, which removes selection from all cells in the datatable, maybe it will help.