# GrapeCity.Documents.Excel.SheetEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_SheetEventArgs" data-uid="GrapeCity.Documents.Excel.SheetEventArgs" class="text-break">SheetEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a> which contain a Worksheet object;</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">SheetEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_SheetEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SheetEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SheetEventArgs
    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="GrapeCity_Documents_Excel_SheetEventArgs__ctor_GrapeCity_Documents_Excel_IWorksheet_" data-uid="GrapeCity.Documents.Excel.SheetEventArgs.#ctor(GrapeCity.Documents.Excel.IWorksheet)">
          <a class="xref" href="GrapeCity.Documents.Excel.SheetEventArgs.-ctor.html#GrapeCity_Documents_Excel_SheetEventArgs__ctor_GrapeCity_Documents_Excel_IWorksheet_">SheetEventArgs(IWorksheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the construction.</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="GrapeCity_Documents_Excel_SheetEventArgs_Sheet" data-uid="GrapeCity.Documents.Excel.SheetEventArgs.Sheet">
          <a class="xref" href="GrapeCity.Documents.Excel.SheetEventArgs.Sheet.html#GrapeCity_Documents_Excel_SheetEventArgs_Sheet">Sheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="GrapeCity.Documents.Excel.IWorksheet.html">IWorksheet</a> of <a class="xref" href="GrapeCity.Documents.Excel.SheetEventArgs.html">SheetEventArgs</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
