# GrapeCity.Documents.Excel.Workbook.PrintOut

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Workbook_PrintOut_" data-uid="GrapeCity.Documents.Excel.Workbook.PrintOut*">PrintOut Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Workbook_PrintOut_" data-uid="GrapeCity.Documents.Excel.Workbook.PrintOut*"></a>
<h4 id="GrapeCity_Documents_Excel_Workbook_PrintOut_GrapeCity_Documents_Excel_PrintOutOptions_" data-uid="GrapeCity.Documents.Excel.Workbook.PrintOut(GrapeCity.Documents.Excel.PrintOutOptions)">PrintOut(PrintOutOptions)</h4>
<div class="markdown level1 summary"><p>Prints the workbook.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PrintOut(PrintOutOptions options = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PrintOut(Optional options As PrintOutOptions = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Excel.PrintOutOptions.html">PrintOutOptions</a></td>
      <td><span class="parametername">options</span></td>
      <td><p>Options for printing the workbook.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.PrintOut.html#GrapeCity_Documents_Excel_IWorkbook_PrintOut_GrapeCity_Documents_Excel_PrintOutOptions_">IWorkbook.PrintOut(PrintOutOptions)</a></div>
</div>
