Duplicate a row.
Source position: csvdocument.pp line 136
| public procedure TCSVDocument.CloneRow( | 
| ARow: Integer; | 
| AInsertPos: Integer | 
| ); | 
| ARow | 
 | Source row index. | 
| AInsertPos | 
 | Target row index. | 
CloneRow will insert a row at aInsertPos and duplicate all cells of row aRow in the new row.
| 
 | Add a new row to the CSV Data. | |
| 
 | Insert row before row number aRow. | |
| 
 | Exchange positions of 2 rows. |