Adds a new cell with the specified value.
value
public CsvCell AddCell(CsvColumn column, string value)
column
The column header of the cell.
The value of the cell.
The added cell.