Click or drag to resize
Accord.NET (logo)

CsvWriterWriteHeaders Method (String)

Writes the column names of a data table as the headers of the CSV file.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void WriteHeaders(
	params string[] columnNames
)
Request Example View Source

Parameters

columnNames
Type: SystemString
A list of column names to use.
See Also