CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Header.GetName Method

Gets the name of the column at the specified position.

[Visual Basic]
Public Function GetName( _
ByVal columnIndex As Integer _
) As String
[C#]
public string GetName(
int columnIndex
);

Parameters

columnIndex
The position for which to return the name.

Return Value

The name of the column.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown if columnIndex is less than zero or greater than the current number of Columns.

See Also

Header Class | AldenSystems.CSVEngine Namespace