How to get current row(column) index in the QTextTable?

i'll be remove current row(column), i found removeRows/removeColumns function to do this, but not found any method to get current row/column index?

how to do it?