Click or drag to resize
FixedWidthWriterColumn Constructor
Initializes a new instance of the FixedWidthWriterColumn class using the name of the data type to use for this column and specifying the name to use to refer to this column.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public Column(
	int width
)

Parameters

width
Type: SystemInt32
See Also