Programmer's Guide > Interfaces > TableGrid interface > insertRows method
  
insertRows method
Insert one or more rows into the grid.
insertRows(contents [, refRow] )
Parameters
TableRectanglecontents
The contents of this rectangle is copied into the new rows. This rectangle must be as wide as the grid. Its height determines the number of rows inserted.
TableRowrefRow
[optional] The row before which the new rows are to be inserted. If null the new rows are inserted as the last rows in the grid.
Returns
void
Throws
TableException
INVALID_PARAMETER_ERR: Raised if the refRow is not in this grid or if the table model doesn't allow rows to be inserted.