Read CSV Row

Read Table Content
Both Server and Client
Only PC

Read a row of the table and return an array

Declaration

func ReadCSVRow(sheetName CsvID, row int) List<object>
go

Parameters

Input

Name Type Description
SheetName CsvID Table name
Row Int The number of the line to read, starting from 1

Return

Type Description
ListT_Object Specifies the contents of a row in the table