Read CSV Column

Read Table Content
Both Server and Client
Only PC

Read the contents of a column in a table and return an array

Declaration

func ReadCSVColumn(sheetName CsvID, column int) List<object>
go

Parameters

Input

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

Return

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