Array access to all cells.
Source position: csvdocument.pp line 150
public property TCSVDocument.Cells[ACol: Integer,ARow: Integer] : string |
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.
|
Add a new cell to a row. |
|
|
Add a new row to the CSV Data. |
|
|
Return the column count for a given row. |
|
|
Number of available rows. |