Click or drag to resize
Accord.NET (logo)

ExcelReaderGetColumnsList Method

Gets the list of columns in a worksheet.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public string[] GetColumnsList(
	string worksheet
)
Request Example View Source

Parameters

worksheet
Type: SystemString

Return Value

Type: String
See Also