|
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
)
Public Sub WriteHeaders (
ParamArray columnNames As String()
)
Request Example
View SourceParameters
- columnNames
- Type: SystemString
A list of column names to use.
See Also