Declaration func ReadCSVRowByKey(sheetName CsvID, keyColumn int, key object) List<object> go Parameters Input Name Type Description SheetName CsvID Table name KeyColumn Int The number of columns to read Key Object The cell value to be searched Return Type Description ListT_Object The contents of the found row, in array