Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CsvParseResult Class / Value Property
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
    public System.object Value {get; set;}
    See Also