CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Row Methods

The methods of the Row class are listed below. For a complete list of Row class members, see the Row Members topic.

Public Instance Methods

AddValue Appends a column to the row containing the supplied data.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Provides an enumerator for iterating over the Rows fields.
GetHashCode Returns the hash code for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
GetValueOverloaded. Returns the value at the specified column index.
SetValueOverloaded. Sets the value at the specified column index.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Row Class | AldenSystems.CSVEngine Namespace