# C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2" class="text-break">SheetBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.html">Sheet</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level3"><span class="xref">SheetBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.html">BoundSheetBuilder&lt;T&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Sheet.Fluent.UnboundSheetBuilder.html">UnboundSheetBuilder</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.html">C1.Web.Mvc.Sheet.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SheetBuilder&lt;TControl, TBuilder&gt; : BaseBuilder&lt;TControl, TBuilder&gt; where TControl : Sheet where TBuilder : SheetBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SheetBuilder(Of TControl As Sheet, TBuilder As SheetBuilder(Of TControl, TBuilder))
    Inherits BaseBuilder(Of TControl, TBuilder)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Fluent_SheetBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.-ctor.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2__ctor__0_">SheetBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.html">SheetBuilder&lt;TControl, TBuilder&gt;</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Fluent_SheetBuilder_2_Filter_System_Action_C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder__" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.Filter(System.Action{C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.Filter.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Filter_System_Action_C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder__">Filter(Action&lt;FilterSettingBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Filter.html#C1_Web_Mvc_Sheet_Sheet_Filter">Filter</a>.
Sets the filter setting for this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Name_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.Name.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Name.html#C1_Web_Mvc_Sheet_Sheet_Name">Name</a>.
Sets the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_OnClientNameChanged_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.OnClientNameChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.OnClientNameChanged.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_OnClientNameChanged_System_String_">OnClientNameChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.OnClientNameChanged.html#C1_Web_Mvc_Sheet_Sheet_OnClientNameChanged">OnClientNameChanged</a> client event.
Occurs after the sheet name has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_OnClientVisibleChanged_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.OnClientVisibleChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.OnClientVisibleChanged.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_OnClientVisibleChanged_System_String_">OnClientVisibleChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.OnClientVisibleChanged.html#C1_Web_Mvc_Sheet_Sheet_OnClientVisibleChanged">OnClientVisibleChanged</a> client event.
Occurs after the visible of sheet has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_SelectionRanges_System_Action_C1_Web_Mvc_Sheet_Fluent_CellRangeFactory__" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.SelectionRanges(System.Action{C1.Web.Mvc.Sheet.Fluent.CellRangeFactory})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.SelectionRanges.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_SelectionRanges_System_Action_C1_Web_Mvc_Sheet_Fluent_CellRangeFactory__">SelectionRanges(Action&lt;CellRangeFactory&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the SelectionRanges property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Tables_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Sheet_Table_C1_Web_Mvc_Sheet_Fluent_TableBuilder___" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.Tables(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.Sheet.Table,C1.Web.Mvc.Sheet.Fluent.TableBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.Tables.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Tables_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Sheet_Table_C1_Web_Mvc_Sheet_Fluent_TableBuilder___">Tables(Action&lt;ListItemFactory&lt;Table, TableBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Tables property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Visible_System_Boolean_" data-uid="C1.Web.Mvc.Sheet.Fluent.SheetBuilder`2.Visible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.Visible.html#C1_Web_Mvc_Sheet_Fluent_SheetBuilder_2_Visible_System_Boolean_">Visible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.Sheet.Visible.html#C1_Web_Mvc_Sheet_Sheet_Visible">Visible</a>.
Sets the sheet visibility.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
