CsvCellList.AddCell method

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

AddCell(CsvColumn, string)

Adds a new cell with the specified value.

public CsvCell AddCell(CsvColumn column, string value)

Parameters

column CsvColumn

The column header of the cell.

value String

The value of the cell.

Returns

The added cell.