# GrapeCity.ActiveReports.Chart.GridLayout

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_GridLayout" data-uid="GrapeCity.ActiveReports.Chart.GridLayout" class="text-break">GridLayout Class
</h1>
  <div class="markdown level0 summary"><p>Represents the setting of the GridLayout object
For a list of all members of this type, see the GridLayout member</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"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">GridLayout</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_GridLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GridLayout.Converter))]
public sealed class GridLayout : Item, IGraphItem, ICloneable, IGraphXmlSerializable</code></pre>
  </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_Chart_GridLayout__ctor" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.-ctor.html#GrapeCity_ActiveReports_Chart_GridLayout__ctor">GridLayout()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the GridLayout class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout__ctor_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.-ctor.html#GrapeCity_ActiveReports_Chart_GridLayout__ctor_System_Int32_System_Int32_">GridLayout(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the GridLayout class, specifying the number of rows and the number of columns</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.-ctor.html#GrapeCity_ActiveReports_Chart_GridLayout__ctor_System_String_">GridLayout(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.-ctor.html#GrapeCity_ActiveReports_Chart_GridLayout__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">GridLayout(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</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_Chart_GridLayout_Columns" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.Columns">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.Columns.html#GrapeCity_ActiveReports_Chart_GridLayout_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in GridLayout</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.IsDirty.html#GrapeCity_ActiveReports_Chart_GridLayout_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.IsDirty</code></pre>
<p>. Always false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout_Rows" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.Rows">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.Rows.html#GrapeCity_ActiveReports_Chart_GridLayout_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in GridLayout</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout_Size" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.Size">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.Size.html#GrapeCity_ActiveReports_Chart_GridLayout_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets number of chart area cells</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_Chart_GridLayout_DecreaseSize" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.DecreaseSize">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.DecreaseSize.html#GrapeCity_ActiveReports_Chart_GridLayout_DecreaseSize">DecreaseSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Decreases rows or columns whichever is more by 1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.Equals.html#GrapeCity_ActiveReports_Chart_GridLayout_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare the GridLayout object to another System.Object and check if the two are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.GetHashCode.html#GrapeCity_ActiveReports_Chart_GridLayout_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets hash code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GridLayout_IncreaseSize" data-uid="GrapeCity.ActiveReports.Chart.GridLayout.IncreaseSize">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GridLayout.IncreaseSize.html#GrapeCity_ActiveReports_Chart_GridLayout_IncreaseSize">IncreaseSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Increases rows or columns whichever is less by 1.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
