How to Select a Table Row

I’m new to Watir. I’m able to locate a row using the following statment.

tr = ie.table(:id,‘ctl00_DefaultContent_grdHistoryGrid’)[2]

I want to select the above row. How to do this? Please help…

thanks in advance