CsvParseContext Class
Represents the CSV parse context of the current cell.
Inheritance
CsvParseContext
Assembly: DS.Documents.Excel.dll
Syntax
public class CsvParseContext
Public Class CsvParseContext
Properties
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.
|