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 |