Read CSV Cell

Read Table Content
Both Server and Client
Only PC

Read the content of a table cell

Declaration

func ReadCSVCell(sheetName CsvID, row int, column int) object
go

Parameters

Input

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

Return

Type Description
Object The content of the specified cell of the table