CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Header.Remove Method

Removes a column at the specified position.

Overload List

Removes a column at the specified position.

public void Remove(int);

Removes a column with the specified name.

public void Remove(string);

See Also

Header Class | AldenSystems.CSVEngine Namespace