# C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.AddBoundSheet

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Sheet_Fluent_FlexSheetBuilder_AddBoundSheet_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.AddBoundSheet*">AddBoundSheet Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Sheet_Fluent_FlexSheetBuilder_AddBoundSheet_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.AddBoundSheet*"></a>
<h4 id="C1_Web_Mvc_Sheet_Fluent_FlexSheetBuilder_AddBoundSheet__1_System_Action_C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder___0___" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.AddBoundSheet``1(System.Action{C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder{``0}})">AddBoundSheet&lt;T&gt;(Action&lt;BoundSheetBuilder&lt;T&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Add a bound sheet. It will be put after the loaded Workbook or xlsx file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FlexSheetBuilder AddBoundSheet&lt;T&gt;(Action&lt;BoundSheetBuilder&lt;T&gt;&gt; build)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddBoundSheet(Of T)(build As Action(Of BoundSheetBuilder(Of T))) As FlexSheetBuilder</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.html">BoundSheetBuilder</a>&lt;T&gt;&gt;</td>
      <td><span class="parametername">build</span></td>
      <td><p>The build action</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.html">FlexSheetBuilder</a></td>
      <td><p>Current FlexSheet builder</p>
</td>
    </tr>
  </tbody>
</table>
<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">T</span></td>
      <td><p>The data item type</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Sheet_Fluent_FlexSheetBuilder_AddBoundSheet_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.AddBoundSheet*"></a>
<h4 id="C1_Web_Mvc_Sheet_Fluent_FlexSheetBuilder_AddBoundSheet_System_Action_C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_System_Object___" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.AddBoundSheet(System.Action{C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder{System.Object}})">AddBoundSheet(Action&lt;BoundSheetBuilder&lt;object&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Add a bound sheet. It will be put after the loaded Workbook or xlsx file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FlexSheetBuilder AddBoundSheet(Action&lt;BoundSheetBuilder&lt;object&gt;&gt; build)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddBoundSheet(build As Action(Of BoundSheetBuilder(Of Object))) As FlexSheetBuilder</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.html">BoundSheetBuilder</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;&gt;</td>
      <td><span class="parametername">build</span></td>
      <td><p>The build action</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.html">FlexSheetBuilder</a></td>
      <td><p>Current FlexSheet builder</p>
</td>
    </tr>
  </tbody>
</table>
</div>
