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

TCSVDocument.RemoveRow

Remove a row.

Declaration

Source position: csvdocument.pp line 108

public procedure TCSVDocument.RemoveRow(

  ARow: Integer

);

Arguments

ARow

  

Row index (zero based) of row to remove.

Description

RemoveRow removes row number aRow (zero-based) from the list of rows. If a non-existing row index is given, no row is removed.

See also

AddRow

  

Add a new row to the CSV Data.

RemoveCell

  

Remove a cell at a particular row.


Documentation generated on: Jul 24 2023