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

TCSVDocument.Cells

Array access to all cells.

Declaration

Source position: csvdocument.pp line 143

public property TCSVDocument.Cells[ACol: Integer,ARow: Integer] : string
  read GetCell
  write SetCell;
  default;

Description

Cells provides read and write access to all the cells in the document using aCol and aRow (both zero-based) as the column and row indexes. If no cell data exists at the location, then reading the value will result in an empty string, and writing will add empty rows and cells so a cell exists at the given position.

See also

AddCell

  

Add a new cell to a row.

AddRow

  

Add a new row to the CSV Data.

ColCount

  

Return the column count for a given row.

RowCount

  

Number of available rows.


Documentation generated on: Jul 24 2023