www.csvreader.com

Initializes a new instance of the FixedWidthReader.Column class specifying the width of this column.

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

See Also

FixedWidthReader.Column Class | DataStreams.FixedWidth Namespace