[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CsvParseResult

CsvParseResult Class

Represents the parsed result(value and number format).

Inheritance
CsvParseResult
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class CsvParseResult
Public Class CsvParseResult

Properties

Name Description
NumberFormat

Gets the parsed number format. Use setter to customize number format.

Value

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