Test if a row exists.
Source position: csvdocument.pp line 119
public function TCSVDocument.HasRow( |
ARow: Integer |
):Boolean; |
ARow |
|
Row index (zero based) to test for. |
True if the specified row exists.
HasRow returns True if aRow is a valid row index, i.e. is larger than or equal to 0 (zero) and is strictly less than RowCount.
|
Number of available rows. |
|
|
Test if a cell exists. |