# GrapeCity.Documents.Excel.CsvParseResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CsvParseResult" data-uid="GrapeCity.Documents.Excel.CsvParseResult" class="text-break">CsvParseResult Class
</h1>
  <div class="markdown level0 summary"><p>Represents the parsed result(value and number format).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CsvParseResult</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_CsvParseResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CsvParseResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CsvParseResult</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_CsvParseResult_NumberFormat" data-uid="GrapeCity.Documents.Excel.CsvParseResult.NumberFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.CsvParseResult.NumberFormat.html#GrapeCity_Documents_Excel_CsvParseResult_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parsed number format.
Use setter to customize number format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CsvParseResult_Value" data-uid="GrapeCity.Documents.Excel.CsvParseResult.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.CsvParseResult.Value.html#GrapeCity_Documents_Excel_CsvParseResult_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parsed value.
Use setter to customize value.
The value should be double, string, bool or CalcError, other data will be discarded.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
