# GrapeCity.Documents.Excel.ValueQuoteType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_ValueQuoteType" data-uid="GrapeCity.Documents.Excel.ValueQuoteType" class="text-break">ValueQuoteType Enum
</h1>
  <div class="markdown level0 summary"><p>Gets or sets how to quote values in the exported text file.</p>
</div>
  <div class="markdown level0 conceptual"></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_ValueQuoteType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ValueQuoteType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ValueQuoteType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValueQuoteType_Always">Always</td>
        <td><p>All values will be quoted always.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValueQuoteType_Minimum">Minimum</td>
        <td><p>Only quote values when needed. Such as, if one value contains quotation mark
but the quotation mark is not at the begin of this value, this value will not
be quoted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValueQuoteType_Never">Never</td>
        <td><p>All values will not be quoted. The exported text file with this type may not
be read back correctly because the needed quotation marks being absent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ValueQuoteType_Normal">Normal</td>
        <td><p>All values that contain special characters such as quotation mark, separator
character will be quoted. Same with the behavior of ms excel for exporting text
file.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
