# GrapeCity.SpreadBuilder.DDRow

## Content

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



  <h1 id="GrapeCity_SpreadBuilder_DDRow" data-uid="GrapeCity.SpreadBuilder.DDRow" class="text-break">DDRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single row on a sheet.</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">DDRow</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.html">GrapeCity.SpreadBuilder</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_DDRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DDRow</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_SpreadBuilder_DDRow__ctor_GrapeCity_SpreadBuilder_DDSheet_System_Int32_" data-uid="GrapeCity.SpreadBuilder.DDRow.#ctor(GrapeCity.SpreadBuilder.DDSheet,System.Int32)">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDRow.-ctor.html#GrapeCity_SpreadBuilder_DDRow__ctor_GrapeCity_SpreadBuilder_DDSheet_System_Int32_">DDRow(DDSheet, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the DDRow class.</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_SpreadBuilder_DDRow_AutoSize" data-uid="GrapeCity.SpreadBuilder.DDRow.AutoSize">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDRow.AutoSize.html#GrapeCity_SpreadBuilder_DDRow_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether Excel should automatically determine the height of the row based on it's contents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDRow_Height" data-uid="GrapeCity.SpreadBuilder.DDRow.Height">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDRow.Height.html#GrapeCity_SpreadBuilder_DDRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height for the row in 1/20 points.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
