[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CsvParseResult.Value

Value Property

Value

Gets the parsed value. Use setter to customize value. The value should be double, string, bool or CalcError, other data will be discarded.

Declaration
public object Value { get; set; }
Public Property Value As Object