getrow

return current row as number

 

result.getrow(); // return 1
result.setrow(10);
result.getrow(); // return 10