GrapeCity.Documents.Excel Namespace / ICsvParser Interface / Parse Method
The parsed result.
The parsed context of the current cell.
In This Topic
Parse Method (ICsvParser)
In This Topic
Parse text to an object, you could get the parsed result by built-in parser or overwrite it.
Syntax

Parameters

result
The parsed result.
context
The parsed context of the current cell.
See Also