# FarPoint.Web.Spread.PrintEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_PrintEventArgs" data-uid="FarPoint.Web.Spread.PrintEventArgs" class="text-break">PrintEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for a Print event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">PrintEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_PrintEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PrintEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PrintEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs__ctor_System_Int32_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Web.Spread.PrintEventArgs.#ctor(System.Int32,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.-ctor.html#FarPoint_Web_Spread_PrintEventArgs__ctor_System_Int32_System_Boolean_System_Boolean_System_Boolean_">PrintEventArgs(int, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the Print event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs__ctor_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Int32_" data-uid="FarPoint.Web.Spread.PrintEventArgs.#ctor(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.-ctor.html#FarPoint_Web_Spread_PrintEventArgs__ctor_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Int32_">PrintEventArgs(int, bool, bool, bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the Print event arguments.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs_Content" data-uid="FarPoint.Web.Spread.PrintEventArgs.Content">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.Content.html#FarPoint_Web_Spread_PrintEventArgs_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HTML content for the header or the footer of the sheet.
For the header, the default is the sheet name.
For the footer, the default is an empty string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs_Header" data-uid="FarPoint.Web.Spread.PrintEventArgs.Header">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.Header.html#FarPoint_Web_Spread_PrintEventArgs_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether to print the sheet header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs_PageBreak" data-uid="FarPoint.Web.Spread.PrintEventArgs.PageBreak">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.PageBreak.html#FarPoint_Web_Spread_PrintEventArgs_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to include a page break.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs_Row" data-uid="FarPoint.Web.Spread.PrintEventArgs.Row">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.Row.html#FarPoint_Web_Spread_PrintEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs_SheetIndex" data-uid="FarPoint.Web.Spread.PrintEventArgs.SheetIndex">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.SheetIndex.html#FarPoint_Web_Spread_PrintEventArgs_SheetIndex">SheetIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the sheet to print.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PrintEventArgs_Skip" data-uid="FarPoint.Web.Spread.PrintEventArgs.Skip">
          <a class="xref" href="FarPoint.Web.Spread.PrintEventArgs.Skip.html#FarPoint_Web_Spread_PrintEventArgs_Skip">Skip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to skip printing this sheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
