Property csvTable.ColumnCount
Overload
Gets or sets column count.
The get
function returns the length of all string arrays in the internal List.
The set
function can add new columns or remove columns at the right.
public int ColumnCount { get; set; }