CsvOptionsIncludeHeaderNames Property |
If True, add to the first row the names of the columns taken from DataTable and
also update the value of HeaderLines option to 1
Namespace:
FileHelpers.Options
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic bool IncludeHeaderNames { get; set; }
Public Property IncludeHeaderNames As Boolean
Get
Set
Property Value
Type:
Boolean
See Also