Unit 'csvdocument' Package
[Overview][Types][Classes][Index] [#fcl]

TCSVDocument.AddRow

Add a new row to the CSV Data.

Declaration

Source position: csvdocument.pp line 99

public procedure TCSVDocument.AddRow(

  const AFirstCell: string = ''

);

Arguments

AFirstCell

  

Contents of first cell of the new row.

Description

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.

See also

AddCell

  

Add a new cell to a row.

InsertRow

  

Insert row before row number aRow.

InsertCell

  

Insert cell at specified position.

RemoveRow

  

Remove a row.


Documentation generated on: Jul 24 2023