# C1.Web.Mvc.Sheet.Sheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Sheet" data-uid="C1.Web.Mvc.Sheet.Sheet" class="text-break">Sheet Class
</h1>
  <div class="markdown level0 summary"><p>Represents a sheet within the FlexSheet control.</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"><span class="xref">Sheet</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.html">BoundSheet&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.Sheet.UnboundSheet.html">UnboundSheet</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Sheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Sheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Sheet</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="C1_Web_Mvc_Sheet_Sheet__ctor" data-uid="C1.Web.Mvc.Sheet.Sheet.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.-ctor.html#C1_Web_Mvc_Sheet_Sheet__ctor">Sheet()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.html">Sheet</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet__ctor_System_Web_Mvc_HtmlHelper_" data-uid="C1.Web.Mvc.Sheet.Sheet.#ctor(System.Web.Mvc.HtmlHelper)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.-ctor.html#C1_Web_Mvc_Sheet_Sheet__ctor_System_Web_Mvc_HtmlHelper_">Sheet(HtmlHelper)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.html">Sheet</a> instance.</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="C1_Web_Mvc_Sheet_Sheet_Filter" data-uid="C1.Web.Mvc.Sheet.Sheet.Filter">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Filter.html#C1_Web_Mvc_Sheet_Sheet_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the filter setting for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet_Name" data-uid="C1.Web.Mvc.Sheet.Sheet.Name">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Name.html#C1_Web_Mvc_Sheet_Sheet_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet_OnClientNameChanged" data-uid="C1.Web.Mvc.Sheet.Sheet.OnClientNameChanged">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.OnClientNameChanged.html#C1_Web_Mvc_Sheet_Sheet_OnClientNameChanged">OnClientNameChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the sheet name has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet_OnClientVisibleChanged" data-uid="C1.Web.Mvc.Sheet.Sheet.OnClientVisibleChanged">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.OnClientVisibleChanged.html#C1_Web_Mvc_Sheet_Sheet_OnClientVisibleChanged">OnClientVisibleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the visible of sheet has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet_SelectionRanges" data-uid="C1.Web.Mvc.Sheet.Sheet.SelectionRanges">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.SelectionRanges.html#C1_Web_Mvc_Sheet_Sheet_SelectionRanges">SelectionRanges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet_Tables" data-uid="C1.Web.Mvc.Sheet.Sheet.Tables">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Tables.html#C1_Web_Mvc_Sheet_Sheet_Tables">Tables</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of the Table objects on this Sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Sheet_Visible" data-uid="C1.Web.Mvc.Sheet.Sheet.Visible">
          <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Visible.html#C1_Web_Mvc_Sheet_Sheet_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sheet visibility.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
