Number of available rows.
Source position: csvdocument.pp line 152
public property TCSVDocument.RowCount : Integer |
RowCount returns the number of available rows. Valid row indexes are therefor in the range 0 to RowCount-1.
|
Return the column count for a given row. |
|
|
Array access to all cells. |