CsvRow.AddCell method

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

AddCell(CsvColumn, string)

public CsvCell AddCell(CsvColumn column, string value)

Parameters

column CsvColumn
value String

Returns

AddCell(string)

Adds a new cell with the specified value.

public CsvCell AddCell(string value)

Parameters

value String

The value of the cell.

Returns

The added cell.