CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Row.SetValue Method

Sets the value at the specified column index.

Overload List

Sets the value at the specified column index.

public void SetValue(int,string);

Sets the value at the named column.

public void SetValue(string,string);

See Also

Row Class | AldenSystems.CSVEngine Namespace