डिक्लेरेशन
func ReadCSVColumn(sheetName CsvID, column int) List<object>
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
SheetName | CsvID | Table name |
Column | Int | The number of the column to read, starting from 1 |
वापस
टाइप | विवरण |
---|---|
ListT_Object | Specifies the contents of a column in the table |