Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
CsvParseResult Class
/ Value Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Value Property (CsvParseResult)
In This Topic
Gets the parsed value. Use setter to customize value. The value should be double, string, bool or CalcError, other data will be discarded.
Syntax
C#
public
System.
object
Value {
get
;
set
;}
See Also
Reference
CsvParseResult Class
CsvParseResult Members