CsvCell.AddCell method

Version 0.0.2
.NET Framework 4.7
Namespace Skybrud.Csv
Assembly Skybrud.Csv.dll

AddCell(string)

Adds a new cell to the parent CsvRow.

public CsvCell AddCell(string value)

Parameters

value String

The value of the cell.

Returns

The cell row.