CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Row.GetValue Method

Returns the value at the specified column index.

Overload List

Returns the value at the specified column index.

public string GetValue(int);

Returns the value for the named field.

public string GetValue(string);

See Also

Row Class | AldenSystems.CSVEngine Namespace