[]
Represents the CSV parse context of the current cell.
public class CsvParseContext
Column index of the current cell.
public int Column { get; }
Row index of the current cell.
public int Row { get; }
Origin text of the current cell before parsed.
public string Text { get; }