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

TCSVDocument.AddCell

Add a new cell to a row.

Declaration

Source position: csvdocument.pp line 101

public procedure TCSVDocument.AddCell(

  ARow: Integer;

  const AValue: string = ''

);

Arguments

ARow

  

Row (zero-based) to add cell to.

AValue

  

Value for newly added cell.

Description

AddCell adds a new cell at the end of row aRow (zero based) with value aValue. If aValue is not specified, then an empty cell is added.

If a non-existing row is specified, rows are added till aRow is reached.

See also

AddRow

  

Add a new row to the CSV Data.

InsertRow

  

Insert row before row number aRow.

InsertCell

  

Insert cell at specified position.

RemoveCell

  

Remove a cell at a particular row.


Documentation generated on: Jul 24 2023