How can i get the count of selected rows, example if i select 3 rows it will return 3
Count Selected Rows
Hi,
You can use getSelectedRange()
method. Returned range has from
and to
cells. It should be easy to calculate the count of selected rows with that.
Wojciech