# GrapeCity.Spreadsheet.IColumnHeader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IColumnHeader" data-uid="GrapeCity.Spreadsheet.IColumnHeader" class="text-break">IColumnHeader Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the column 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_IColumnHeader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IColumnHeader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IColumnHeader</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_IColumnHeader_Cells" data-uid="GrapeCity.Spreadsheet.IColumnHeader.Cells">
          <a class="xref" href="GrapeCity.Spreadsheet.IColumnHeader.Cells.html#GrapeCity_Spreadsheet_IColumnHeader_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 column header cells (not just the cells that are currently in use).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColumnHeader_ColumnCount" data-uid="GrapeCity.Spreadsheet.IColumnHeader.ColumnCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IColumnHeader.ColumnCount.html#GrapeCity_Spreadsheet_IColumnHeader_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column count of the column header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColumnHeader_RowCount" data-uid="GrapeCity.Spreadsheet.IColumnHeader.RowCount">
          <a class="xref" href="GrapeCity.Spreadsheet.IColumnHeader.RowCount.html#GrapeCity_Spreadsheet_IColumnHeader_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row count of the column header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColumnHeader_Visible" data-uid="GrapeCity.Spreadsheet.IColumnHeader.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.IColumnHeader.Visible.html#GrapeCity_Spreadsheet_IColumnHeader_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the column header is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
