# C1.Web.Mvc.Sheet.Worksheet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Worksheet" data-uid="C1.Web.Mvc.Sheet.Worksheet" class="text-break">Worksheet Class
</h1>
  <div class="markdown level0 summary"><p>The Excel worksheet.</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">Worksheet</span></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.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Worksheet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Worksheet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Worksheet</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_Worksheet__ctor" data-uid="C1.Web.Mvc.Sheet.Worksheet.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.-ctor.html#C1_Web_Mvc_Sheet_Worksheet__ctor">Worksheet()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new 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_Worksheet_Columns" data-uid="C1.Web.Mvc.Sheet.Worksheet.Columns">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.Columns.html#C1_Web_Mvc_Sheet_Worksheet_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column definitions in the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Worksheet_FrozenPane" data-uid="C1.Web.Mvc.Sheet.Worksheet.FrozenPane">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.FrozenPane.html#C1_Web_Mvc_Sheet_Worksheet_FrozenPane">FrozenPane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the FrozenPane of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Worksheet_Name" data-uid="C1.Web.Mvc.Sheet.Worksheet.Name">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.Name.html#C1_Web_Mvc_Sheet_Worksheet_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Worksheet_Rows" data-uid="C1.Web.Mvc.Sheet.Worksheet.Rows">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.Rows.html#C1_Web_Mvc_Sheet_Worksheet_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row data in the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Worksheet_SummaryBelow" data-uid="C1.Web.Mvc.Sheet.Worksheet.SummaryBelow">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.SummaryBelow.html#C1_Web_Mvc_Sheet_Worksheet_SummaryBelow">SummaryBelow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether summary rows appear below or above detail rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Worksheet_Tables" data-uid="C1.Web.Mvc.Sheet.Worksheet.Tables">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.Tables.html#C1_Web_Mvc_Sheet_Worksheet_Tables">Tables</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tables in this worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Worksheet_Visible" data-uid="C1.Web.Mvc.Sheet.Worksheet.Visible">
          <a class="xref" href="C1.Web.Mvc.Sheet.Worksheet.Visible.html#C1_Web_Mvc_Sheet_Worksheet_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the worksheet visibility.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
