# C1.Win.Sizer.Row

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Sizer_Row" data-uid="C1.Win.Sizer.Row" class="text-break">Row Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row in the Sizer grid.</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="C1.Win.Sizer.Band.html">Band</a></div>
    <div class="level2"><span class="xref">Row</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Sizer.html">C1.Win.Sizer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Sizer.4.8.dll</h6>
  <h5 id="C1_Win_Sizer_Row_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Row : Band</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Row
    Inherits Band</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_Win_Sizer_Row_Position" data-uid="C1.Win.Sizer.Row.Position">
          <a class="xref" href="C1.Win.Sizer.Row.Position.html#C1_Win_Sizer_Row_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the <a class="xref" href="C1.Win.Sizer.Row.html">Row</a> within the <a class="xref" href="C1.Win.Sizer.C1Sizer.html">C1Sizer</a> grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Row_Size" data-uid="C1.Win.Sizer.Row.Size">
          <a class="xref" href="C1.Win.Sizer.Row.Size.html#C1_Win_Sizer_Row_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the <a class="xref" href="C1.Win.Sizer.Row.html">Row</a> in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Row_SizePercent" data-uid="C1.Win.Sizer.Row.SizePercent">
          <a class="xref" href="C1.Win.Sizer.Row.SizePercent.html#C1_Win_Sizer_Row_SizePercent">SizePercent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the <a class="xref" href="C1.Win.Sizer.Row.html">Row</a> as a percentage of the grid's height.</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_Win_Sizer_Row_SetSize_System_Int32_System_Boolean_" data-uid="C1.Win.Sizer.Row.SetSize(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.Sizer.Row.SetSize.html#C1_Win_Sizer_Row_SetSize_System_Int32_System_Boolean_">SetSize(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the <a class="xref" href="C1.Win.Sizer.Row.html">Row</a> as a percentage of the grid's height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Row_ToString" data-uid="C1.Win.Sizer.Row.ToString">
          <a class="xref" href="C1.Win.Sizer.Row.ToString.html#C1_Win_Sizer_Row_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string representation of the <a class="xref" href="C1.Win.Sizer.Row.html">Row</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
