How can I get position of QTableWidget's currentRow()?

I use pos() for other widgets but currentRow does not have it. I use tablewidget->pos() to retrieve position of current row, but if tablewidget has scroolbar pos() function return wrong position.