www.csvreader.com

Writes another column of data to this record. Does not preserve leading and trailing whitespace in this column of data.

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

Parameters

content
The data for the new column.

See Also

CsvWriter Class | DataStreams.Csv Namespace | CsvWriter.Write Overload List