Remove a row.
Source position: csvdocument.pp line 115
public procedure TCSVDocument.RemoveRow( |
ARow: Integer |
); |
ARow |
|
Row index (zero based) of row to remove. |
RemoveRow removes row number aRow (zero-based) from the list of rows. If a non-existing row index is given, no row is removed.
|
Add a new row to the CSV Data. |
|
|
Remove a cell at a particular row. |