Can I retrieve a certain number of rows when calling form.getRows
? If so what is the maximum?
The number of rows is determined on the server-side. It's typically somewhere around 100.
To page through the rows, keep calling getRows(), each time specifying the index of the first row to be retrieved.