get_row_index
Method of CSVDocument.
get_row_index(const string row_name) -> integer
Returns the index of a row by its name.
Parameters
- row_name: The name of the row to retrieve the index for.
Method of CSVDocument.
get_row_index(const string row_name) -> integerReturns the index of a row by its name.