public void Insert(int index, CSVValue value) { _values.Insert(index, value); }
public void AddValue(CSVValue value) { _values.Add(value); }