Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
ICsvParser Interface
/ Parse Method
The parsed result.
The parsed context of the current cell.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
void
Parse(
CsvParseResult
result
,
CsvParseContext
context
)
Parameters
result
The parsed result.
context
The parsed context of the current cell.
See Also
Reference
ICsvParser Interface
ICsvParser Members