[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICsvParser.Parse

Parse Method

Parse(CsvParseResult, CsvParseContext)

Parse text to an object, you could get the parsed result by built-in parser or overwrite it.

Declaration
void Parse(CsvParseResult result, CsvParseContext context)
Parameters
Type Name Description
CsvParseResult result

The parsed result.

CsvParseContext context

The parsed context of the current cell.