CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Header.Remove Method (Int32)

Removes a column at the specified position.

[Visual Basic]
Overloads Public Sub Remove( _
ByVal columnIndex As Integer _
)
[C#]
public void Remove(
int columnIndex
);

Parameters

columnIndex
The position at which the column will be removed

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 | Header.Remove Overload List