# C1.WPF.Grid.GridPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridPanel" data-uid="C1.WPF.Grid.GridPanel" class="text-break">GridPanel Class
</h1>
  <div class="markdown level0 summary"><p>Represents a panel of the grid. Each panel is related to a <a class="xref" href="C1.WPF.Grid.GridCellType.html">GridCellType</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">GridPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridPanel : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridPanel
    Implements IDisposable</code></pre>
  </div>
  <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_WPF_Grid_GridPanel_CellType" data-uid="C1.WPF.Grid.GridPanel.CellType">
          <a class="xref" href="C1.WPF.Grid.GridPanel.CellType.html#C1_WPF_Grid_GridPanel_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the cell of this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_Columns" data-uid="C1.WPF.Grid.GridPanel.Columns">
          <a class="xref" href="C1.WPF.Grid.GridPanel.Columns.html#C1_WPF_Grid_GridPanel_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of columns of this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_FrozenBottomRows" data-uid="C1.WPF.Grid.GridPanel.FrozenBottomRows">
          <a class="xref" href="C1.WPF.Grid.GridPanel.FrozenBottomRows.html#C1_WPF_Grid_GridPanel_FrozenBottomRows">FrozenBottomRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen rows at the bottom in this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_FrozenColumns" data-uid="C1.WPF.Grid.GridPanel.FrozenColumns">
          <a class="xref" href="C1.WPF.Grid.GridPanel.FrozenColumns.html#C1_WPF_Grid_GridPanel_FrozenColumns">FrozenColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen columns in this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_FrozenRows" data-uid="C1.WPF.Grid.GridPanel.FrozenRows">
          <a class="xref" href="C1.WPF.Grid.GridPanel.FrozenRows.html#C1_WPF_Grid_GridPanel_FrozenRows">FrozenRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of frozen rows in this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_Grid" data-uid="C1.WPF.Grid.GridPanel.Grid">
          <a class="xref" href="C1.WPF.Grid.GridPanel.Grid.html#C1_WPF_Grid_GridPanel_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_Item_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridPanel.Item(C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridPanel.Item.html#C1_WPF_Grid_GridPanel_Item_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_">this[GridRow, GridColumn]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the cell specified by its row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_Item_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridPanel.Item(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridPanel.Item.html#C1_WPF_Grid_GridPanel_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the cell specified by its <code class="paramref">row</code> and <code class="paramref">col</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_Rows" data-uid="C1.WPF.Grid.GridPanel.Rows">
          <a class="xref" href="C1.WPF.Grid.GridPanel.Rows.html#C1_WPF_Grid_GridPanel_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows of this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_ViewRange" data-uid="C1.WPF.Grid.GridPanel.ViewRange">
          <a class="xref" href="C1.WPF.Grid.GridPanel.ViewRange.html#C1_WPF_Grid_GridPanel_ViewRange">ViewRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the visible range of this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_VisibleColumnsCount" data-uid="C1.WPF.Grid.GridPanel.VisibleColumnsCount">
          <a class="xref" href="C1.WPF.Grid.GridPanel.VisibleColumnsCount.html#C1_WPF_Grid_GridPanel_VisibleColumnsCount">VisibleColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of visible columns in the panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_VisibleRowsCount" data-uid="C1.WPF.Grid.GridPanel.VisibleRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridPanel.VisibleRowsCount.html#C1_WPF_Grid_GridPanel_VisibleRowsCount">VisibleRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of visible rows in the panel.</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_WPF_Grid_GridPanel_Dispose" data-uid="C1.WPF.Grid.GridPanel.Dispose">
          <a class="xref" href="C1.WPF.Grid.GridPanel.Dispose.html#C1_WPF_Grid_GridPanel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_GetCellText_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridPanel.GetCellText(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridPanel.GetCellText.html#C1_WPF_Grid_GridPanel_GetCellText_C1_WPF_Grid_GridCellRange_">GetCellText(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridPanel_GetCellText_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridPanel.GetCellText(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridPanel.GetCellText.html#C1_WPF_Grid_GridPanel_GetCellText_System_Int32_System_Int32_">GetCellText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the specified <code class="paramref">row</code> and <code class="paramref">col</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
