# C1.WPF.FlexGrid.SaveOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_SaveOptions" data-uid="C1.WPF.FlexGrid.SaveOptions" class="text-break">SaveOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies options available for customizing the files created by the
<a class="xref" href="C1.WPF.FlexGrid.C1FlexGrid.Save.html#C1_WPF_FlexGrid_C1FlexGrid_Save_System_IO_Stream_C1_WPF_FlexGrid_FileFormat_C1_WPF_FlexGrid_SaveOptions_">Save(Stream, FileFormat, SaveOptions)</a> method.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_SaveOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SaveOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SaveOptions</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="C1_WPF_FlexGrid_SaveOptions_ExcludeEmptyColumns">ExcludeEmptyColumns</td>
        <td><p>Exclude all empty columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_ExcludeEmptyRows">ExcludeEmptyRows</td>
        <td><p>Exclude all empty rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_Formatted">Formatted</td>
        <td><p>Save formatted values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_None">None</td>
        <td><p>No options set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_SaveColumnFooters">SaveColumnFooters</td>
        <td><p>Save column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_SaveColumnHeaders">SaveColumnHeaders</td>
        <td><p>Save column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_SaveHeaders">SaveHeaders</td>
        <td><p>Save row and column headers and footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_SaveRowHeaders">SaveRowHeaders</td>
        <td><p>Save row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_VisibleColumns">VisibleColumns</td>
        <td><p>Save only visible columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_VisibleOnly">VisibleOnly</td>
        <td><p>Save only visible rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SaveOptions_VisibleRows">VisibleRows</td>
        <td><p>Save only visible rows.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
