# C1.WPF.Excel.XLRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Excel_XLRow" data-uid="C1.WPF.Excel.XLRow" class="text-break">XLRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row in a worksheet, provides properties for setting
the row's height, style, and visibility.</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">XLRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.Excel.ICloneable.html">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Excel.html">C1.WPF.Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Excel.4.6.2.dll</h6>
  <h5 id="C1_WPF_Excel_XLRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XLRow : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XLRow
    Implements ICloneable</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="C1_WPF_Excel_XLRow__ctor" data-uid="C1.WPF.Excel.XLRow.#ctor">
          <a class="xref" href="C1.WPF.Excel.XLRow.-ctor.html#C1_WPF_Excel_XLRow__ctor">XLRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.WPF.Excel.XLRow.html">XLRow</a> 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="C1_WPF_Excel_XLRow_Book" data-uid="C1.WPF.Excel.XLRow.Book">
          <a class="xref" href="C1.WPF.Excel.XLRow.Book.html#C1_WPF_Excel_XLRow_Book">Book</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the parent <a class="xref" href="C1.WPF.Excel.C1XLBook.html">C1XLBook</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_CellCount" data-uid="C1.WPF.Excel.XLRow.CellCount">
          <a class="xref" href="C1.WPF.Excel.XLRow.CellCount.html#C1_WPF_Excel_XLRow_CellCount">CellCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets count of the cells for the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_Collapsed" data-uid="C1.WPF.Excel.XLRow.Collapsed">
          <a class="xref" href="C1.WPF.Excel.XLRow.Collapsed.html#C1_WPF_Excel_XLRow_Collapsed">Collapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets collapsed flag for the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_Height" data-uid="C1.WPF.Excel.XLRow.Height">
          <a class="xref" href="C1.WPF.Excel.XLRow.Height.html#C1_WPF_Excel_XLRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the row, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_IsCustomHeight" data-uid="C1.WPF.Excel.XLRow.IsCustomHeight">
          <a class="xref" href="C1.WPF.Excel.XLRow.IsCustomHeight.html#C1_WPF_Excel_XLRow_IsCustomHeight">IsCustomHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets custom height flag for the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_IsSubtotal" data-uid="C1.WPF.Excel.XLRow.IsSubtotal">
          <a class="xref" href="C1.WPF.Excel.XLRow.IsSubtotal.html#C1_WPF_Excel_XLRow_IsSubtotal">IsSubtotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row is subtotal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_OutlineLevel" data-uid="C1.WPF.Excel.XLRow.OutlineLevel">
          <a class="xref" href="C1.WPF.Excel.XLRow.OutlineLevel.html#C1_WPF_Excel_XLRow_OutlineLevel">OutlineLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets subtotal outline level for the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_PageBreak" data-uid="C1.WPF.Excel.XLRow.PageBreak">
          <a class="xref" href="C1.WPF.Excel.XLRow.PageBreak.html#C1_WPF_Excel_XLRow_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether there will be a forced page break after this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_Sheet" data-uid="C1.WPF.Excel.XLRow.Sheet">
          <a class="xref" href="C1.WPF.Excel.XLRow.Sheet.html#C1_WPF_Excel_XLRow_Sheet">Sheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the parent <a class="xref" href="C1.WPF.Excel.XLSheet.html">XLSheet</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_Style" data-uid="C1.WPF.Excel.XLRow.Style">
          <a class="xref" href="C1.WPF.Excel.XLRow.Style.html#C1_WPF_Excel_XLRow_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Excel.XLStyle.html">XLStyle</a> object that determines the appearance
of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_Visible" data-uid="C1.WPF.Excel.XLRow.Visible">
          <a class="xref" href="C1.WPF.Excel.XLRow.Visible.html#C1_WPF_Excel_XLRow_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the row is visible.</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_Excel_XLRow_Clone" data-uid="C1.WPF.Excel.XLRow.Clone">
          <a class="xref" href="C1.WPF.Excel.XLRow.Clone.html#C1_WPF_Excel_XLRow_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.WPF.Excel.XLRow.html">XLRow</a> object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLRow_GetCell_System_Int32_" data-uid="C1.WPF.Excel.XLRow.GetCell(System.Int32)">
          <a class="xref" href="C1.WPF.Excel.XLRow.GetCell.html#C1_WPF_Excel_XLRow_GetCell_System_Int32_">GetCell(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
