Click or drag to resize
FixedWidthWriterColumnCollectionAdd Method (FixedWidthWriterColumn)

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

Parameters

column
Type: DataStreams.FixedWidthFixedWidthWriterColumn
The FixedWidthWriterColumn to add to the collection.
See Also