CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Header Methods

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

Public Instance Methods

Add Adds a column with the specified name.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Gets an enumerator that can be used to iterate over the Headers columns.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIndex Gets the position of the column with the specified name.
GetName Gets the name of the column at the specified position.
GetType (inherited from Object) Gets the Type of the current instance.
HasColumn Determines if the supplied column name has been defined in the header.
RemoveOverloaded. Removes a column with the specified name.
SetName Sets the name of an existing column at the specified position.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Header Class | AldenSystems.CSVEngine Namespace