Click or drag to resize
Accord.NET (logo)

CsvReaderDefaultHeaderName Property

Gets or sets the default header name when it is an empty string or only whitespaces. The header index will be appended to the specified name. Default is "Column".

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public string DefaultHeaderName { get; set; }
Request Example View Source

Property Value

Type: String
The default header name when it is an empty string or only whitespaces.
See Also