# GrapeCity.Documents.Excel.CsvParseContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CsvParseContext" data-uid="GrapeCity.Documents.Excel.CsvParseContext" class="text-break">CsvParseContext Class
</h1>
  <div class="markdown level0 summary"><p>Represents the CSV parse context of the current cell.</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">CsvParseContext</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_CsvParseContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CsvParseContext</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CsvParseContext</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_CsvParseContext_Column" data-uid="GrapeCity.Documents.Excel.CsvParseContext.Column">
          <a class="xref" href="GrapeCity.Documents.Excel.CsvParseContext.Column.html#GrapeCity_Documents_Excel_CsvParseContext_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Column index of the current cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CsvParseContext_Row" data-uid="GrapeCity.Documents.Excel.CsvParseContext.Row">
          <a class="xref" href="GrapeCity.Documents.Excel.CsvParseContext.Row.html#GrapeCity_Documents_Excel_CsvParseContext_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Row index of the current cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CsvParseContext_Text" data-uid="GrapeCity.Documents.Excel.CsvParseContext.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.CsvParseContext.Text.html#GrapeCity_Documents_Excel_CsvParseContext_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Origin text of the current cell before parsed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
