[]
Represents the parsed result(value and number format).
public class CsvParseResult
Gets the parsed number format. Use setter to customize number format.
public string NumberFormat { get; set; }
Gets the parsed value. Use setter to customize value. The value should be double, string, bool or CalcError, other data will be discarded.
public object Value { get; set; }