Click or drag to resize
FixedWidthReaderColumnCollectionAdd Method (FixedWidthReaderColumn)

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public void Add(
	FixedWidthReaderColumn column
)

Parameters

column
Type: DataStreams.FixedWidthFixedWidthReaderColumn
The FixedWidthReaderColumn to add to the collection.
See Also