Sets the range of records that will be displayed in the table.
public void setRecordRange( int nStartRecord, int nEndRecord )
nStartRecord
The first record to display.
nEndRecord
The final record to display.
These numbers reflect absolute, zero-based record positions.