# GrapeCity.Spreadsheet.IRowHeader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IRowHeader" data-uid="GrapeCity.Spreadsheet.IRowHeader" class="text-break">IRowHeader Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the row header of a worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IRowHeader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRowHeader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRowHeader</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="GrapeCity_Spreadsheet_IRowHeader_Cells" data-uid="GrapeCity.Spreadsheet.IRowHeader.Cells">
          <a class="xref" href="GrapeCity.Spreadsheet.IRowHeader.Cells.html#GrapeCity_Spreadsheet_IRowHeader_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object which represents the entire row header cells (not just the cells that are currently in use).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRowHeader_ColumnCount" data-uid="GrapeCity.Spreadsheet.IRowHeader.ColumnCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IRowHeader.ColumnCount.html#GrapeCity_Spreadsheet_IRowHeader_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column count of the row header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRowHeader_RowCount" data-uid="GrapeCity.Spreadsheet.IRowHeader.RowCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IRowHeader.RowCount.html#GrapeCity_Spreadsheet_IRowHeader_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row count of the row header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IRowHeader_Visible" data-uid="GrapeCity.Spreadsheet.IRowHeader.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.IRowHeader.Visible.html#GrapeCity_Spreadsheet_IRowHeader_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the row header is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
