# FarPoint.Win.Spread.RowClipInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_RowClipInfo" data-uid="FarPoint.Win.Spread.RowClipInfo" class="text-break">RowClipInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the information for a row (not including the value or style information).</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">RowClipInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_RowClipInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RowClipInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RowClipInfo</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="FarPoint_Win_Spread_RowClipInfo__ctor" data-uid="FarPoint.Win.Spread.RowClipInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.-ctor.html#FarPoint_Win_Spread_RowClipInfo__ctor">RowClipInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new set of information for the row (RowClipInfo object).</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="FarPoint_Win_Spread_RowClipInfo_Collapsed" data-uid="FarPoint.Win.Spread.RowClipInfo.Collapsed">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.Collapsed.html#FarPoint_Win_Spread_RowClipInfo_Collapsed">Collapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the row is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_ErrorText" data-uid="FarPoint.Win.Spread.RowClipInfo.ErrorText">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.ErrorText.html#FarPoint_Win_Spread_RowClipInfo_ErrorText">ErrorText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error text for the row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_Height" data-uid="FarPoint.Win.Spread.RowClipInfo.Height">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.Height.html#FarPoint_Win_Spread_RowClipInfo_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_MergePolicy" data-uid="FarPoint.Win.Spread.RowClipInfo.MergePolicy">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.MergePolicy.html#FarPoint_Win_Spread_RowClipInfo_MergePolicy">MergePolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the whether to automatically merge adjacent identical cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_PageBreak" data-uid="FarPoint.Win.Spread.RowClipInfo.PageBreak">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.PageBreak.html#FarPoint_Win_Spread_RowClipInfo_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a page break is inserted before this row when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_Resizable" data-uid="FarPoint.Win.Spread.RowClipInfo.Resizable">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.Resizable.html#FarPoint_Win_Spread_RowClipInfo_Resizable">Resizable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this row can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_SheetName" data-uid="FarPoint.Win.Spread.RowClipInfo.SheetName">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.SheetName.html#FarPoint_Win_Spread_RowClipInfo_SheetName">SheetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowClipInfo_Visible" data-uid="FarPoint.Win.Spread.RowClipInfo.Visible">
          <a class="xref" href="FarPoint.Win.Spread.RowClipInfo.Visible.html#FarPoint_Win_Spread_RowClipInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the row is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
