CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader.Header Property

Some attributes and methods of the Reader class are available in the commercial version only.

The header of the current file.

[Visual Basic]
Public ReadOnly Property Header As Header
[C#]
public Header Header {get;}

Remarks

Will return null if no header is applicable.

See Also

Reader Class | AldenSystems.CSVEngine Namespace