[]
Represents the CSV parse context of the current cell.
public class CsvParseContext
Public Class CsvParseContext
| Name | Description |
|---|---|
| Column | Column index of the current cell. |
| Row | Row index of the current cell. |
| Text | Origin text of the current cell before parsed. |