Add a new row to the CSV Data.
Source position: csvdocument.pp line 106
public procedure TCSVDocument.AddRow( |
const AFirstCell: string = '' |
); |
AFirstCell |
|
Contents of first cell of the new row. |
AddRow appends a new row to collection of rows, and adds 1 cell to this new row with contents aFirstCell. If aFirstCell is not specified, then an empty cell is added.
|
Add a new cell to a row. |
|
|
Insert row before row number aRow. |
|
|
Insert cell at specified position. |
|
|
Remove a row. |