[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CsvParseResult

Class CsvParseResult

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the parsed result(value and number format).

public class CsvParseResult
Inheritance
object
CsvParseResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

NumberFormat

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

public string NumberFormat { get; set; }

Property Value

string

Value

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; }

Property Value

object