www.csvreader.com

Initializes a new instance of the FixedWidthWriter.Column class using the name of the data type to use for this column and specifying the name to use to refer to this column.

[Visual Basic]
Public Sub New( _
   ByVal width As Integer _
)
[C#]
public FixedWidthWriter.Column(
   int width
);

See Also

FixedWidthWriter.Column Class | DataStreams.FixedWidth Namespace