Insert row before row number aRow.
Source position: csvdocument.pp line 111
public procedure TCSVDocument.InsertRow( |
ARow: Integer; |
const AFirstCell: string = '' |
); |
ARow |
|
Row (zero based) before which to insert the new row. |
AFirstCell |
|
Contents of the first cell of the new row. |
InsertRow inserts a new empty row before row number aRow, and adds a cell to the new row with contents aFirstCell.
If a non-existing row is specified, the row is simply appended after the last row.
|
Add a new row to the CSV Data. |
|
|
Add a new cell to a row. |
|
|
Insert cell at specified position. |
|
|
Remove a row. |