# GrapeCity.ActiveReports.Blazor.Designer.Table

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Table" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Table" class="text-break">Table Class
</h1>
  <div class="markdown level0 summary"><p>Represents the features for table items.</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">Table</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Table_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Table</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Table_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>Table</code> class provides properties to configure the features for table items, such as auto-filling headers and footers, merging cells, and visibility of frozen rows and columns.</p>
</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_ActiveReports_Blazor_Designer_Table__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Table.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Table.-ctor.html#GrapeCity_ActiveReports_Blazor_Designer_Table__ctor">Table()</a>
        </td>
        <td class="markdown level1 summary"></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_ActiveReports_Blazor_Designer_Table_AutoFillFooter" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Table.AutoFillFooter">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Table.AutoFillFooter.html#GrapeCity_ActiveReports_Blazor_Designer_Table_AutoFillFooter">AutoFillFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Table Footer needs to be auto-filled when a field is dropped to the Table Details.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Table_AutoFillHeader" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Table.AutoFillHeader">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Table.AutoFillHeader.html#GrapeCity_ActiveReports_Blazor_Designer_Table_AutoFillHeader">AutoFillHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Table Header needs to be auto-filled when a field is dropped to the Table Details.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Table_CanMergeCellsVertically" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Table.CanMergeCellsVertically">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Table.CanMergeCellsVertically.html#GrapeCity_ActiveReports_Blazor_Designer_Table_CanMergeCellsVertically">CanMergeCellsVertically</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the vertical merge of cells is enabled within the Table Header, Details, and Footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Table_HideFrozenRowsColumns" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Table.HideFrozenRowsColumns">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Table.HideFrozenRowsColumns.html#GrapeCity_ActiveReports_Blazor_Designer_Table_HideFrozenRowsColumns">HideFrozenRowsColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
