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

TCSVDocument.RemoveCell

Remove a cell at a particular row.

Declaration

Source position: csvdocument.pp line 110

public procedure TCSVDocument.RemoveCell(

  ACol: Integer;

  ARow: Integer

);

Arguments

ACol

  

Column index (zero based) of cell to remove.

ARow

  

Row index (zero based) of row to remove cell from.

Description

RemoveCell removes the cell at index aCol (zero-based) in row aRow (zero-based). If either of aCol or aRow are invalid, nothing is removed.

See also

AddCell

  

Add a new cell to a row.

RemoveRow

  

Remove a row.

HasCell

  

Test if a cell exists.


Documentation generated on: Jul 24 2023