CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Header Constructor (Row)

Instantiates a new Header instance and determines column names from values in the supplied Row.

[Visual Basic]
Overloads Public Sub New( _
ByVal headerRow As Row _
)
[C#]
public Header(
Row headerRow
);

Parameters

headerRow
The Row from which to populate the Header columns.

Exceptions

Exception Type Condition
ArgumentException Thrown if the supplied headerRow contains no fields.
ArgumentNullException Thrown if the supplied headerRow is null.

See Also

Header Class | AldenSystems.CSVEngine Namespace | Header Constructor Overload List