CsvColumnList.AddColumn method

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

AddColumn(string)

Adds a new column with the specified name.

public CsvColumn AddColumn(string name)

Parameters

name String

The name of the column.

Returns

The added column.