DelimitedColumnHeaderType¶
Namespace: ThinkGeo.Core
Specifies how column headers are determined when reading a delimited file.
public enum DelimitedColumnHeaderType
Inheritance object → ValueType → Enum → DelimitedColumnHeaderType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| FirstRowAsHeader | 0 | Use the first row as the header definition. |
| NoHeader | 1 | Assume the file has no header row. |