# C1.WPF.Grid.GridSaveOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridSaveOptions" data-uid="C1.WPF.Grid.GridSaveOptions" class="text-break">GridSaveOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies options available for customizing the files created by the
<see cref="M:FlexGrid.Save(Stream, GridFileFormat, GridSaveOptions)"></see> method.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridSaveOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum GridSaveOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum GridSaveOptions</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_Grid_GridSaveOptions_Formatted">Formatted</td>
        <td><p>Save formatted values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_None">None</td>
        <td><p>No options set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_SaveColumnHeaders">SaveColumnHeaders</td>
        <td><p>Save column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_SaveHeaders">SaveHeaders</td>
        <td><p>Save row and column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_SaveRowHeaders">SaveRowHeaders</td>
        <td><p>Save row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_VisibleColumns">VisibleColumns</td>
        <td><p>Save only visible columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_VisibleOnly">VisibleOnly</td>
        <td><p>Save only visible rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSaveOptions_VisibleRows">VisibleRows</td>
        <td><p>Save only visible rows.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
