www.csvreader.com

Writes another column of data to this record.

[Visual Basic]
Public Sub Write( _
   ByVal content As String _
)
[C#]
public void Write(
   string content
);

Parameters

content
The data for the new column.

See Also

FixedWidthWriter Class | DataStreams.FixedWidth Namespace