# FarPoint.Win.Spread.TextFileFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_TextFileFlags" data-uid="FarPoint.Win.Spread.TextFileFlags" class="text-break">TextFileFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to process the data when saving to a text file.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_TextFileFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextFileFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextFileFlags</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="FarPoint_Win_Spread_TextFileFlags_FilterRows">FilterRows</td>
        <td><p>[8] Whether to filter the rows with the row filter</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextFileFlags_ForceCellDelimiter">ForceCellDelimiter</td>
        <td><p>[16] Whether to force the cell delimiter</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextFileFlags_IncludeFooter">IncludeFooter</td>
        <td><p>[4] Whether to save the column footer</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextFileFlags_None">None</td>
        <td><p>[0] Not specified</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextFileFlags_SaveFormulas">SaveFormulas</td>
        <td><p>[2] Whether to save formulas</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextFileFlags_Unformatted">Unformatted</td>
        <td><p>[1] Whether to bypass the IFormatter in the StyleInfo for the cell</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
