www.csvreader.com

Adds a SpreadsheetDataReader.Column to the collection.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal dataType As String, _
   ByVal columnName As String _
)
[C#]
public void Add(
   string dataType,
   string columnName
);

Parameters

dataType
The name of the data type of the SpreadsheetDataReader.Column to add to the collection.
columnName
The name to use when referring to this column in column mappings.

See Also

SpreadsheetDataReader.ColumnCollection Class | DataStreams.Common Namespace | SpreadsheetDataReader.ColumnCollection.Add Overload List