e79725eb d5a3 22aa 223d f4031b022e4f - akesseler/Plexdata.CsvParser GitHub Wiki
The CsvColumnAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Header | Gets or sets the header name of the corresponding column. Default value is empty. |
![]() |
IsHeader | Indicates if the header is empty or not (convenient property). |
![]() |
IsOffset | Indicates if the offset is used or not (convenient property). |
![]() |
Offset | Gets or sets the zero-based offset of a column within a CSV dataset. Default value is -1. |
![]() |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
CsvColumnAttribute Class
Plexdata.CsvParser.Attributes Namespace