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

TCSVDocument.InsertRow

Insert row before row number aRow.

Declaration

Source position: csvdocument.pp line 104

public procedure TCSVDocument.InsertRow(

  ARow: Integer;

  const AFirstCell: string = ''

);

Arguments

ARow

  

Row (zero based) before which to insert the new row.

AFirstCell

  

Contents of the first cell of the new row.

Description

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.

See also

AddRow

  

Add a new row to the CSV Data.

AddCell

  

Add a new cell to a row.

InsertCell

  

Insert cell at specified position.

RemoveRow

  

Remove a row.


Documentation generated on: Jul 24 2023