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

TCSVDocument.CloneRow

Duplicate a row.

Declaration

Source position: csvdocument.pp line 129

public procedure TCSVDocument.CloneRow(

  ARow: Integer;

  AInsertPos: Integer

);

Arguments

ARow

  

Source row index.

AInsertPos

  

Target row index.

Description

CloneRow will insert a row at aInsertPos and duplicate all cells of row aRow in the new row.

See also

AddRow

  

Add a new row to the CSV Data.

InsertRow

  

Insert row before row number aRow.

ExchangeRows

  

Exchange positions of 2 rows.


Documentation generated on: Jul 24 2023