CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Row.Item Property (String)

Gets or sets the value for the named field.

[Visual Basic]
Overloads Public Default Property Item( _
ByVal columnName As String _
) As String
[C#]
public string this[
string columnName
] {get; set;}

Property Value

The row value of the named column.

See Also

Row Class | AldenSystems.CSVEngine Namespace | Row.Item Overload List