Read CSV Row By Key

Read Table Content
Both Server and Client
Only PC

Find the specified row by column number and cell value

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