DataStreams Class Library
DataStreams Class Library
DataStreams
DataStreams.Common
SpreadsheetDataReader.ColumnCollection Class
ColumnCollection Methods
Add Method
Add Method (String)
Add Method (String, String)
SpreadsheetDataReader
ColumnCollection
Add Method (String)
Adds a
SpreadsheetDataReader
Column
to the collection.
Namespace:
DataStreams.Common
Assembly:
DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
C#
VB
Copy
public
void
Add
(
string
dataType
)
Public
Sub
Add
(
dataType
As
String
)
Parameters
dataType
Type:
System
String
The name of the data type of the
SpreadsheetDataReader
Column
to add to the collection.
See Also
Reference
SpreadsheetDataReader
ColumnCollection Class
Add Overload
DataStreams.Common Namespace
DataStreams CSV and Excel parser for C# and VB.Net