www.csvreader.com

Adds a SpreadsheetDataReader.Column to the collection.

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

Parameters

dataType
The name of the data type of the SpreadsheetDataReader.Column to add to the collection.

See Also

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