CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Row.Item Property

Gets or sets the value at the given column index.

Overload List

Gets or sets the value at the given column index.

public string this[int] {get; set;}

Gets or sets the value for the named field.

public string this[string] {get; set;}

See Also

Row Class | AldenSystems.CSVEngine Namespace