b85bfc79 cc3f dd8c 5a25 e22ae05590c8 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the header name of the corresponding column. Default value is empty.
Namespace: Plexdata.CsvParser.Attributes
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public string Header { get; set; }
Type: String
The Header property gets and/or sets the column header name to be used.
The name of the property is used for processing in case of the header name is not set.
CsvColumnAttribute Class
Plexdata.CsvParser.Attributes Namespace