When a user has selected more than one row.
How can I find out how many rows have been selected.
I wish to delete all the selected rows like so
this.WebWorksheets[this.WebWorksheets.ActiveSheetIndex].Cells.DeleteRows(this.ActiveCell.Row, ???);
Many thanks for your time
Rod