Read CSV Row By Key

Read Table Content
Tanto lado del cliente como del usuario
Solo en PC

Find the specified row by column number and cell value

Declaración

func ReadCSVRowByKey(sheetName CsvID, keyColumn int, key object) List<object>
go

Parámetros

Entrada

Nombre Tipo Descripción
SheetName CsvID Table name
KeyColumn Int The number of columns to read
Key Object The cell value to be searched

Regresar

Tipo Descripción
ListT_Object The contents of the found row, in array