Searched refs:rowsPerIteration (Results 1 – 1 of 1) sorted by relevance
56 private int rowsPerIteration; field in Spreadsheet116 rowIndex, rowsPerIteration, true); in renderSomeRows()117 rowIndex += rowsPerIteration; in renderSomeRows()293 rowsPerIteration = Math.max(CELLS_PER_ITERATION / cellsPerRow, 1); in computeRowsPerIteration()294 dataTable.setRowsPerFragment(rowsPerIteration); in computeRowsPerIteration()