# GrapeCity.Spreadsheet.Printing.PrintErrors

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Printing_PrintErrors" data-uid="GrapeCity.Spreadsheet.Printing.PrintErrors" class="text-break">PrintErrors Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of print error displayed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Printing.html">GrapeCity.Spreadsheet.Printing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Printing_PrintErrors_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrintErrors : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrintErrors As Byte</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_Spreadsheet_Printing_PrintErrors_Blank">Blank</td>
        <td><p>Print errors are blank.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_PrintErrors_Dash">Dash</td>
        <td><p>Print errors are displayed as dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_PrintErrors_Displayed">Displayed</td>
        <td><p>All print errors are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_PrintErrors_NotAvailable">NotAvailable</td>
        <td><p>Print errors are displayed as not available.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
