CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Header.Add Method

Adds a column with the specified name.

[Visual Basic]
Public Sub Add( _
ByVal columnName As String _
)
[C#]
public void Add(
string columnName
);

Parameters

columnName
The name of the column to add.

Exceptions

Exception Type Condition
ArgumentException Thrown if the column specified in columnName is zero length or already defined.
ArgumentNullException Thrown if columnName is null.

See Also

Header Class | AldenSystems.CSVEngine Namespace