Test whether a value exists at a given column.
Source position: csvdocument.pp line 128
| public function TCSVDocument.IndexOfRow( | 
| const AString: string; | 
| ACol: Integer | 
| ):Integer; | 
| AString | 
 | Value to search for. | 
| ACol | 
 | Column to search in. | 
Index of the first row with value aString at column aCol.
IndexOfRow returns the index of the first row with given value aString in column aCol. It returns -1 if no such row exists.
| 
 | Test whether a value exists at a given row. | |
| 
 | Array access to all cells. |