# GrapeCity.ActiveReports.Extensibility.Layout.IGrid

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_IGrid" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGrid" class="text-break">IGrid Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a virtual grid composed of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.html">IGridCell</a></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_IGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGrid</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="GrapeCity_ActiveReports_Extensibility_Layout_IGrid_Columns" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGrid.Columns">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGrid.Columns.html#GrapeCity_ActiveReports_Extensibility_Layout_IGrid_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_IGrid_Rows" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGrid.Rows">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGrid.Rows.html#GrapeCity_ActiveReports_Extensibility_Layout_IGrid_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the grid.</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="GrapeCity_ActiveReports_Extensibility_Layout_IGrid_GetCellAt_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.IGrid.GetCellAt(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGrid.GetCellAt.html#GrapeCity_ActiveReports_Extensibility_Layout_IGrid_GetCellAt_System_Int32_System_Int32_">GetCellAt(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.IGridCell.html">IGridCell</a> given the row and column numbers.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
